Shades of Hacienda #9E7B12
Tints of Hacienda #9E7B12
RGB
CMYK
RGB Variations
Color information
#9E7B12 (or 0x9E7B12) is known color: Hacienda. HEX triplet: 9E, 7B and 12. RGB value is (158,123,18). Sum of RGB (Red+Green+Blue) = 158+123+18=299 (39% of max value = 765). Red value is 158 (62.11% from 255 or 52.84% from 299); Green value is 123 (48.44% from 255 or 41.14% from 299); Blue value is 18 (7.42% from 255 or 6.02% from 299); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7B12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9E7B12 is #6184ED. Grayscale: #797979. Windows color (decimal): -6391022 or 1211294. OLE color: 1211294.
HSL color Cylindrical-coordinate representation of color #9E7B12: hue angle of 45º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9E7B12 is Cyan = 0, Magento = 0.22, Yellow = 0.89 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 123 | 18 | - |
| CMYK | 0 | 0.22 | 0.89 | 0.38 |
| HSL | 45º | 0.8% | 0.35% | - |
| HSV(B) | 45º | 0.89% | 0.62% | - |
| XYZ | 21.29 | 21.48 | 3.6 | - |
| YUV | 121.5 | 69.6 | 154.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 123 | 18 | 0 | 0.22 | 0.89 | 0.38 | 45 | 0.8 | 0.35 |
| Hex | 9E | 7B | 12 | 0 | 16 | 59 | 26 | 2D | 50 | 23 |
| Octal | 236 | 173 | 22 | 0 | 26 | 131 | 46 | 55 | 120 | 43 |
| Binary | 10011110 | 1111011 | 10010 | 0 | 10110 | 1011001 | 100110 | 101101 | 1010000 | 100011 |
Color Harmonies of #9E7B12
Complementary color
Monochromatic Colors of #9E7B12
Black with #9E7B12
Text Example
Text Example
White with #9E7B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7B12; }
p { color: rgb(158,123,18); }
H1.HeaderClassName
{
color: #9E7B12;
}
.AnyTagClassName
{
color: #9E7B12;
}
</style>
background-color css
<style>
a { background-color: #9E7B12; }
a { background-color: rgb(158,123,18); }
div.DivClassName
{
background-color: #9E7B12;
}
.BgClassName
{
background-color: #9E7B12;
}
</style>
border-color css
<style>
span { border-color: #9E7B12; }
span { border-color: rgb(158,123,18); }
td.TdClassName
{
border-color: #9E7B12;
}
.TagClassName
{
border-color: #9E7B12;
}
</style>