#853300
a dark, electric orange · warm · closest name: sienna
RGB
133, 51, 0
HSL
23°, 100%, 26%
CMYK
0, 62, 100, 48
Luminance
0.0735
Every format
| HEX | #853300 |
| RGB | rgb(133, 51, 0) |
| HSL | hsl(23, 100%, 26%) |
| CMYK | cmyk(0%, 62%, 100%, 48%) |
| LAB | lab(32.6 33.1 44.1) |
| LCH | lch(32.6 55.1 53.1) |
| OKLCH | oklch(0.431 0.125 44.4) |
Copy-ready code
/* CSS */
color: #853300;
background-color: #853300;
/* Tailwind (arbitrary) */
class="text-[#853300] bg-[#853300]"
/* SCSS */
$brand: #853300;
/* SwiftUI */
Color(red: 0.522, green: 0.200, blue: 0.000)
/* Android */
Color.parseColor("#853300")Accessibility — WCAG contrast
Aa
#853300 on white: 8.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#853300 on black: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green20.0%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta61.7%
Yellow100.0%
Key (black)47.8%
Color previews
#853300 text on a black background
contrast 2.47:1
Card sample
#853300 text on a white background
contrast 8.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #853300;
Background color
Panel with #853300 background
background-color: #853300;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #853300;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 51, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 51, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #853300; background: linear-gradient(135deg, #853300, #7E8500);