#a75921
a dark, vivid orange · warm · closest name: sienna
RGB
167, 89, 33
HSL
25°, 67%, 39%
CMYK
0, 47, 80, 35
Luminance
0.1547
Every format
| HEX | #a75921 |
| RGB | rgb(167, 89, 33) |
| HSL | hsl(25, 67%, 39%) |
| CMYK | cmyk(0%, 47%, 80%, 35%) |
| LAB | lab(46.3 27.9 44.5) |
| LCH | lch(46.3 52.5 57.9) |
| OKLCH | oklch(0.547 0.122 52.1) |
Copy-ready code
/* CSS */
color: #a75921;
background-color: #a75921;
/* Tailwind (arbitrary) */
class="text-[#a75921] bg-[#a75921]"
/* SCSS */
$brand: #a75921;
/* SwiftUI */
Color(red: 0.655, green: 0.349, blue: 0.129)
/* Android */
Color.parseColor("#a75921")Accessibility — WCAG contrast
Aa
#a75921 on white: 5.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a75921 on black: 4.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green34.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta46.7%
Yellow80.2%
Key (black)34.5%
Color previews
#a75921 text on a black background
contrast 4.09:1
Card sample
#a75921 text on a white background
contrast 5.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a75921;
Background color
Panel with #a75921 background
background-color: #a75921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a75921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 89, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 89, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a75921; background: linear-gradient(135deg, #a75921, #9CA721);