#855c14
a dark, vivid orange · warm · closest name: sienna
RGB
133, 92, 20
HSL
38°, 74%, 30%
CMYK
0, 31, 85, 48
Luminance
0.1269
Every format
| HEX | #855c14 |
| RGB | rgb(133, 92, 20) |
| HSL | hsl(38, 74%, 30%) |
| CMYK | cmyk(0%, 31%, 85%, 48%) |
| LAB | lab(42.3 10.4 44.5) |
| LCH | lch(42.3 45.7 76.8) |
| OKLCH | oklch(0.506 0.099 75.8) |
Copy-ready code
/* CSS */
color: #855c14;
background-color: #855c14;
/* Tailwind (arbitrary) */
class="text-[#855c14] bg-[#855c14]"
/* SCSS */
$brand: #855c14;
/* SwiftUI */
Color(red: 0.522, green: 0.361, blue: 0.078)
/* Android */
Color.parseColor("#855c14")Accessibility — WCAG contrast
Aa
#855c14 on white: 5.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#855c14 on black: 3.54:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green36.1%
Blue7.8%
CMYK percentages
Cyan0.0%
Magenta30.8%
Yellow85.0%
Key (black)47.8%
Color previews
#855c14 text on a black background
contrast 3.54:1
Card sample
#855c14 text on a white background
contrast 5.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #855c14;
Background color
Panel with #855c14 background
background-color: #855c14;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #855c14;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 92, 20, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 92, 20, 0.45);
Border & gradient
Gradient panel
border: 3px solid #855c14; background: linear-gradient(135deg, #855c14, #638514);