#835c13
a dark, vivid orange · warm · closest name: sienna
RGB
131, 92, 19
HSL
39°, 75%, 29%
CMYK
0, 30, 86, 49
Luminance
0.1253
Every format
| HEX | #835c13 |
| RGB | rgb(131, 92, 19) |
| HSL | hsl(39, 75%, 29%) |
| CMYK | cmyk(0%, 30%, 86%, 49%) |
| LAB | lab(42.0 9.4 44.5) |
| LCH | lch(42.0 45.5 78.0) |
| OKLCH | oklch(0.504 0.098 77.4) |
Copy-ready code
/* CSS */
color: #835c13;
background-color: #835c13;
/* Tailwind (arbitrary) */
class="text-[#835c13] bg-[#835c13]"
/* SCSS */
$brand: #835c13;
/* SwiftUI */
Color(red: 0.514, green: 0.361, blue: 0.075)
/* Android */
Color.parseColor("#835c13")Accessibility — WCAG contrast
Aa
#835c13 on white: 5.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#835c13 on black: 3.51:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green36.1%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta29.8%
Yellow85.5%
Key (black)48.6%
Color previews
#835c13 text on a black background
contrast 3.51:1
Card sample
#835c13 text on a white background
contrast 5.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #835c13;
Background color
Panel with #835c13 background
background-color: #835c13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #835c13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 92, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 92, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #835c13; background: linear-gradient(135deg, #835c13, #5F8313);