#a44921
a dark, vivid orange · warm · closest name: sienna
RGB
164, 73, 33
HSL
18°, 67%, 39%
CMYK
0, 56, 80, 36
Luminance
0.1277
Every format
| HEX | #a44921 |
| RGB | rgb(164, 73, 33) |
| HSL | hsl(18, 67%, 39%) |
| CMYK | cmyk(0%, 56%, 80%, 36%) |
| LAB | lab(42.4 35.2 40.6) |
| LCH | lch(42.4 53.7 49.1) |
| OKLCH | oklch(0.517 0.132 42.2) |
Copy-ready code
/* CSS */
color: #a44921;
background-color: #a44921;
/* Tailwind (arbitrary) */
class="text-[#a44921] bg-[#a44921]"
/* SCSS */
$brand: #a44921;
/* SwiftUI */
Color(red: 0.643, green: 0.286, blue: 0.129)
/* Android */
Color.parseColor("#a44921")Accessibility — WCAG contrast
Aa
#a44921 on white: 5.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a44921 on black: 3.55:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.3%
Green28.6%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta55.5%
Yellow79.9%
Key (black)35.7%
Color previews
#a44921 text on a black background
contrast 3.55:1
Card sample
#a44921 text on a white background
contrast 5.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a44921;
Background color
Panel with #a44921 background
background-color: #a44921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a44921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(164, 73, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(164, 73, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a44921; background: linear-gradient(135deg, #a44921, #A4A021);