#855321
a dark, vivid orange · warm · closest name: sienna
RGB
133, 83, 33
HSL
30°, 60%, 33%
CMYK
0, 38, 75, 48
Luminance
0.1128
Every format
| HEX | #855321 |
| RGB | rgb(133, 83, 33) |
| HSL | hsl(30, 60%, 33%) |
| CMYK | cmyk(0%, 38%, 75%, 48%) |
| LAB | lab(40.0 16.3 36.7) |
| LCH | lch(40.0 40.2 66.1) |
| OKLCH | oklch(0.489 0.093 62.3) |
Copy-ready code
/* CSS */
color: #855321;
background-color: #855321;
/* Tailwind (arbitrary) */
class="text-[#855321] bg-[#855321]"
/* SCSS */
$brand: #855321;
/* SwiftUI */
Color(red: 0.522, green: 0.325, blue: 0.129)
/* Android */
Color.parseColor("#855321")Accessibility — WCAG contrast
Aa
#855321 on white: 6.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#855321 on black: 3.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green32.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta37.6%
Yellow75.2%
Key (black)47.8%
Color previews
#855321 text on a black background
contrast 3.26:1
Card sample
#855321 text on a white background
contrast 6.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #855321;
Background color
Panel with #855321 background
background-color: #855321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #855321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 83, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 83, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #855321; background: linear-gradient(135deg, #855321, #748521);