#713F12
Tailwind yellow-900
#713F12 is a orange colour. In RGB it is 113 red, 63 green and 18 blue, which converts to a hue of 28 degrees, 73% saturation and 26% lightness. It is Tailwind yellow-900 in that design system's palette.
Color values
| HEX | #713F12 |
|---|---|
| RGB | rgb(113, 63, 18) |
| HSL | hsl(28, 73%, 26%) |
| HSV | hsv(28, 84%, 44%) |
| CMYK | cmyk(0%, 44%, 84%, 56%) |
Contrast and accessibility
Against white the contrast ratio is 8.67:1, and against black it is 2.42:1. WCAG asks for at least 4.5:1 for normal text and 3:1 for large text.
| Background | Ratio | Normal text | Large text |
|---|---|---|---|
| White | 8.67:1 | AAA | AAA |
| Black | 2.42:1 | Fail | Fail |
Tints and shades
Lighter tints move #713F12 toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #713F12; |
|---|---|
| CSS rgb() | color: rgb(113 63 18); |
| Tailwind | bg-[#713f12] |
| SwiftUI | Color(red: 0.443, green: 0.247, blue: 0.071) |
| Android | Color.parseColor("#713F12") |
Closest named color
The nearest CSS colour keyword to #713F12 is saddlebrown (#8B4513).