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