#853e00
a dark, electric orange · warm · closest name: sienna
RGB
133, 62, 0
HSL
28°, 100%, 26%
CMYK
0, 53, 100, 48
Luminance
0.0843
Every format
| HEX | #853e00 |
| RGB | rgb(133, 62, 0) |
| HSL | hsl(28, 100%, 26%) |
| CMYK | cmyk(0%, 53%, 100%, 48%) |
| LAB | lab(34.9 27.3 45.4) |
| LCH | lch(34.9 53.0 59.0) |
| OKLCH | oklch(0.449 0.116 51.8) |
Copy-ready code
/* CSS */
color: #853e00;
background-color: #853e00;
/* Tailwind (arbitrary) */
class="text-[#853e00] bg-[#853e00]"
/* SCSS */
$brand: #853e00;
/* SwiftUI */
Color(red: 0.522, green: 0.243, blue: 0.000)
/* Android */
Color.parseColor("#853e00")Accessibility — WCAG contrast
Aa
#853e00 on white: 7.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#853e00 on black: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green24.3%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta53.4%
Yellow100.0%
Key (black)47.8%
Color previews
#853e00 text on a black background
contrast 2.69:1
Card sample
#853e00 text on a white background
contrast 7.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #853e00;
Background color
Panel with #853e00 background
background-color: #853e00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #853e00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 62, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 62, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #853e00; background: linear-gradient(135deg, #853e00, #738500);