#853b21
a dark, vivid orange · warm · closest name: sienna
RGB
133, 59, 33
HSL
16°, 60%, 33%
CMYK
0, 56, 75, 48
Luminance
0.0822
Every format
| HEX | #853b21 |
| RGB | rgb(133, 59, 33) |
| HSL | hsl(16, 60%, 33%) |
| CMYK | cmyk(0%, 56%, 75%, 48%) |
| LAB | lab(34.5 29.9 30.8) |
| LCH | lch(34.5 42.9 45.8) |
| OKLCH | oklch(0.446 0.109 39.4) |
Copy-ready code
/* CSS */
color: #853b21;
background-color: #853b21;
/* Tailwind (arbitrary) */
class="text-[#853b21] bg-[#853b21]"
/* SCSS */
$brand: #853b21;
/* SwiftUI */
Color(red: 0.522, green: 0.231, blue: 0.129)
/* Android */
Color.parseColor("#853b21")Accessibility — WCAG contrast
Aa
#853b21 on white: 7.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#853b21 on black: 2.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green23.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta55.6%
Yellow75.2%
Key (black)47.8%
Color previews
#853b21 text on a black background
contrast 2.64:1
Card sample
#853b21 text on a white background
contrast 7.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #853b21;
Background color
Panel with #853b21 background
background-color: #853b21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #853b21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 59, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 59, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #853b21; background: linear-gradient(135deg, #853b21, #857D21);