#855700
a dark, electric orange · warm · closest name: sienna
RGB
133, 87, 0
HSL
39°, 100%, 26%
CMYK
0, 35, 100, 48
Luminance
0.1180
Every format
| HEX | #855700 |
| RGB | rgb(133, 87, 0) |
| HSL | hsl(39, 100%, 26%) |
| CMYK | cmyk(0%, 35%, 100%, 48%) |
| LAB | lab(40.9 12.9 49.2) |
| LCH | lch(40.9 50.9 75.3) |
| OKLCH | oklch(0.495 0.105 73.7) |
Copy-ready code
/* CSS */
color: #855700;
background-color: #855700;
/* Tailwind (arbitrary) */
class="text-[#855700] bg-[#855700]"
/* SCSS */
$brand: #855700;
/* SwiftUI */
Color(red: 0.522, green: 0.341, blue: 0.000)
/* Android */
Color.parseColor("#855700")Accessibility — WCAG contrast
Aa
#855700 on white: 6.25:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#855700 on black: 3.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green34.1%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta34.6%
Yellow100.0%
Key (black)47.8%
Color previews
#855700 text on a black background
contrast 3.36:1
Card sample
#855700 text on a white background
contrast 6.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #855700;
Background color
Panel with #855700 background
background-color: #855700;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #855700;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 87, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 87, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #855700; background: linear-gradient(135deg, #855700, #5B8500);