#855f39
a dark, soft orange · warm · closest name: sienna
RGB
133, 95, 57
HSL
30°, 40%, 37%
CMYK
0, 29, 57, 48
Luminance
0.1347
Every format
| HEX | #855f39 |
| RGB | rgb(133, 95, 57) |
| HSL | hsl(30, 40%, 37%) |
| CMYK | cmyk(0%, 29%, 57%, 48%) |
| LAB | lab(43.5 10.9 27.7) |
| LCH | lch(43.5 29.7 68.5) |
| OKLCH | oklch(0.517 0.073 65.0) |
Copy-ready code
/* CSS */
color: #855f39;
background-color: #855f39;
/* Tailwind (arbitrary) */
class="text-[#855f39] bg-[#855f39]"
/* SCSS */
$brand: #855f39;
/* SwiftUI */
Color(red: 0.522, green: 0.373, blue: 0.224)
/* Android */
Color.parseColor("#855f39")Accessibility — WCAG contrast
Aa
#855f39 on white: 5.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#855f39 on black: 3.69:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green37.3%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta28.6%
Yellow57.1%
Key (black)47.8%
Color previews
#855f39 text on a black background
contrast 3.69:1
Card sample
#855f39 text on a white background
contrast 5.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #855f39;
Background color
Panel with #855f39 background
background-color: #855f39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #855f39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 95, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 95, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #855f39; background: linear-gradient(135deg, #855f39, #788539);