#83530c
a dark, electric orange · warm · closest name: sienna
RGB
131, 83, 12
HSL
36°, 83%, 28%
CMYK
0, 37, 91, 49
Luminance
0.1104
Every format
| HEX | #83530c |
| RGB | rgb(131, 83, 12) |
| HSL | hsl(36, 83%, 28%) |
| CMYK | cmyk(0%, 37%, 91%, 49%) |
| LAB | lab(39.6 14.6 44.8) |
| LCH | lch(39.6 47.1 72.0) |
| OKLCH | oklch(0.485 0.101 69.4) |
Copy-ready code
/* CSS */
color: #83530c;
background-color: #83530c;
/* Tailwind (arbitrary) */
class="text-[#83530c] bg-[#83530c]"
/* SCSS */
$brand: #83530c;
/* SwiftUI */
Color(red: 0.514, green: 0.325, blue: 0.047)
/* Android */
Color.parseColor("#83530c")Accessibility — WCAG contrast
Aa
#83530c on white: 6.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#83530c on black: 3.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green32.5%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta36.6%
Yellow90.8%
Key (black)48.6%
Color previews
#83530c text on a black background
contrast 3.21:1
Card sample
#83530c text on a white background
contrast 6.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #83530c;
Background color
Panel with #83530c background
background-color: #83530c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #83530c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 83, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 83, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #83530c; background: linear-gradient(135deg, #83530c, #64830C);