#705113
a dark, vivid yellow · warm · closest name: sienna
RGB
112, 81, 19
HSL
40°, 71%, 26%
CMYK
0, 28, 83, 56
Luminance
0.0938
Every format
| HEX | #705113 |
| RGB | rgb(112, 81, 19) |
| HSL | hsl(40, 71%, 26%) |
| CMYK | cmyk(0%, 28%, 83%, 56%) |
| LAB | lab(36.7 6.8 38.9) |
| LCH | lch(36.7 39.5 80.0) |
| OKLCH | oklch(0.457 0.086 80.0) |
Copy-ready code
/* CSS */
color: #705113;
background-color: #705113;
/* Tailwind (arbitrary) */
class="text-[#705113] bg-[#705113]"
/* SCSS */
$brand: #705113;
/* SwiftUI */
Color(red: 0.439, green: 0.318, blue: 0.075)
/* Android */
Color.parseColor("#705113")Accessibility — WCAG contrast
Aa
#705113 on white: 7.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#705113 on black: 2.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green31.8%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta27.7%
Yellow83.0%
Key (black)56.1%
Color previews
#705113 text on a black background
contrast 2.88:1
Card sample
#705113 text on a white background
contrast 7.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #705113;
Background color
Panel with #705113 background
background-color: #705113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #705113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 81, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 81, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #705113; background: linear-gradient(135deg, #705113, #517013);