#855200
a dark, electric orange · warm · closest name: sienna
RGB
133, 82, 0
HSL
37°, 100%, 26%
CMYK
0, 38, 100, 48
Luminance
0.1102
Every format
| HEX | #855200 |
| RGB | rgb(133, 82, 0) |
| HSL | hsl(37, 100%, 26%) |
| CMYK | cmyk(0%, 38%, 100%, 48%) |
| LAB | lab(39.6 15.8 48.4) |
| LCH | lch(39.6 50.9 71.9) |
| OKLCH | oklch(0.485 0.106 69.0) |
Copy-ready code
/* CSS */
color: #855200;
background-color: #855200;
/* Tailwind (arbitrary) */
class="text-[#855200] bg-[#855200]"
/* SCSS */
$brand: #855200;
/* SwiftUI */
Color(red: 0.522, green: 0.322, blue: 0.000)
/* Android */
Color.parseColor("#855200")Accessibility — WCAG contrast
Aa
#855200 on white: 6.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#855200 on black: 3.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green32.2%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta38.3%
Yellow100.0%
Key (black)47.8%
Color previews
#855200 text on a black background
contrast 3.20:1
Card sample
#855200 text on a white background
contrast 6.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #855200;
Background color
Panel with #855200 background
background-color: #855200;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #855200;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 82, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 82, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #855200; background: linear-gradient(135deg, #855200, #5F8500);