Shades of Hacienda #9E7D16
Tints of Hacienda #9E7D16
RGB
CMYK
RGB Variations
Color information
#9E7D16 (or 0x9E7D16) is known color: Hacienda. HEX triplet: 9E, 7D and 16. RGB value is (158,125,22). Sum of RGB (Red+Green+Blue) = 158+125+22=305 (40% of max value = 765). Red value is 158 (62.11% from 255 or 51.80% from 305); Green value is 125 (49.22% from 255 or 40.98% from 305); Blue value is 22 (8.98% from 255 or 7.21% from 305); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7D16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9E7D16 is #6182E9. Grayscale: #7B7B7B. Windows color (decimal): -6390506 or 1473950. OLE color: 1473950.
HSL color Cylindrical-coordinate representation of color #9E7D16: hue angle of 45.44º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9E7D16 is Cyan = 0, Magento = 0.21, Yellow = 0.86 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 125 | 22 | - |
| CMYK | 0 | 0.21 | 0.86 | 0.38 |
| HSL | 45.44º | 0.76% | 0.35% | - |
| HSV(B) | 45.44º | 0.86% | 0.62% | - |
| XYZ | 21.58 | 21.99 | 3.87 | - |
| YUV | 123.13 | 70.93 | 152.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 125 | 22 | 0 | 0.21 | 0.86 | 0.38 | 45.44 | 0.76 | 0.35 |
| Hex | 9E | 7D | 16 | 0 | 15 | 56 | 26 | 2D | 4C | 23 |
| Octal | 236 | 175 | 26 | 0 | 25 | 126 | 46 | 55 | 114 | 43 |
| Binary | 10011110 | 1111101 | 10110 | 0 | 10101 | 1010110 | 100110 | 101101 | 1001100 | 100011 |
Color Harmonies of #9E7D16
Complementary color
Monochromatic Colors of #9E7D16
Black with #9E7D16
Text Example
Text Example
White with #9E7D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7D16; }
p { color: rgb(158,125,22); }
H1.HeaderClassName
{
color: #9E7D16;
}
.AnyTagClassName
{
color: #9E7D16;
}
</style>
background-color css
<style>
a { background-color: #9E7D16; }
a { background-color: rgb(158,125,22); }
div.DivClassName
{
background-color: #9E7D16;
}
.BgClassName
{
background-color: #9E7D16;
}
</style>
border-color css
<style>
span { border-color: #9E7D16; }
span { border-color: rgb(158,125,22); }
td.TdClassName
{
border-color: #9E7D16;
}
.TagClassName
{
border-color: #9E7D16;
}
</style>