#736413
a dark, vivid yellow · cool · closest name: olive
RGB
115, 100, 19
HSL
51°, 72%, 26%
CMYK
0, 13, 84, 55
Luminance
0.1281
Every format
| HEX | #736413 |
| RGB | rgb(115, 100, 19) |
| HSL | hsl(51, 72%, 26%) |
| CMYK | cmyk(0%, 13%, 84%, 55%) |
| LAB | lab(42.5 -3.0 44.2) |
| LCH | lch(42.5 44.3 93.9) |
| OKLCH | oklch(0.503 0.097 97.9) |
Copy-ready code
/* CSS */
color: #736413;
background-color: #736413;
/* Tailwind (arbitrary) */
class="text-[#736413] bg-[#736413]"
/* SCSS */
$brand: #736413;
/* SwiftUI */
Color(red: 0.451, green: 0.392, blue: 0.075)
/* Android */
Color.parseColor("#736413")Accessibility — WCAG contrast
Aa
#736413 on white: 5.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#736413 on black: 3.56:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.1%
Green39.2%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta13.0%
Yellow83.5%
Key (black)54.9%
Color previews
#736413 text on a black background
contrast 3.56:1
Card sample
#736413 text on a white background
contrast 5.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #736413;
Background color
Panel with #736413 background
background-color: #736413;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #736413;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(115, 100, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(115, 100, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #736413; background: linear-gradient(135deg, #736413, #427313);