#855521
a dark, vivid orange · warm · closest name: sienna
RGB
133, 85, 33
HSL
31°, 60%, 33%
CMYK
0, 36, 75, 48
Luminance
0.1159
Every format
| HEX | #855521 |
| RGB | rgb(133, 85, 33) |
| HSL | hsl(31, 60%, 33%) |
| CMYK | cmyk(0%, 36%, 75%, 48%) |
| LAB | lab(40.6 15.1 37.2) |
| LCH | lch(40.6 40.2 67.9) |
| OKLCH | oklch(0.493 0.092 64.5) |
Copy-ready code
/* CSS */
color: #855521;
background-color: #855521;
/* Tailwind (arbitrary) */
class="text-[#855521] bg-[#855521]"
/* SCSS */
$brand: #855521;
/* SwiftUI */
Color(red: 0.522, green: 0.333, blue: 0.129)
/* Android */
Color.parseColor("#855521")Accessibility — WCAG contrast
Aa
#855521 on white: 6.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#855521 on black: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green33.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta36.1%
Yellow75.2%
Key (black)47.8%
Color previews
#855521 text on a black background
contrast 3.32:1
Card sample
#855521 text on a white background
contrast 6.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #855521;
Background color
Panel with #855521 background
background-color: #855521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #855521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 85, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 85, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #855521; background: linear-gradient(135deg, #855521, #728521);