#855821
a dark, vivid orange · warm · closest name: sienna
RGB
133, 88, 33
HSL
33°, 60%, 33%
CMYK
0, 34, 75, 48
Luminance
0.1208
Every format
| HEX | #855821 |
| RGB | rgb(133, 88, 33) |
| HSL | hsl(33, 60%, 33%) |
| CMYK | cmyk(0%, 34%, 75%, 48%) |
| LAB | lab(41.3 13.3 38.0) |
| LCH | lch(41.3 40.3 70.7) |
| OKLCH | oklch(0.499 0.091 68.0) |
Copy-ready code
/* CSS */
color: #855821;
background-color: #855821;
/* Tailwind (arbitrary) */
class="text-[#855821] bg-[#855821]"
/* SCSS */
$brand: #855821;
/* SwiftUI */
Color(red: 0.522, green: 0.345, blue: 0.129)
/* Android */
Color.parseColor("#855821")Accessibility — WCAG contrast
Aa
#855821 on white: 6.15:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#855821 on black: 3.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green34.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta33.8%
Yellow75.2%
Key (black)47.8%
Color previews
#855821 text on a black background
contrast 3.42:1
Card sample
#855821 text on a white background
contrast 6.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #855821;
Background color
Panel with #855821 background
background-color: #855821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #855821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 88, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 88, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #855821; background: linear-gradient(135deg, #855821, #6F8521);