Shades of Hacienda #9E7912
Tints of Hacienda #9E7912
RGB
CMYK
RGB Variations
Color information
#9E7912 (or 0x9E7912) is known color: Hacienda. HEX triplet: 9E, 79 and 12. RGB value is (158,121,18). Sum of RGB (Red+Green+Blue) = 158+121+18=297 (39% of max value = 765). Red value is 158 (62.11% from 255 or 53.20% from 297); Green value is 121 (47.66% from 255 or 40.74% from 297); Blue value is 18 (7.42% from 255 or 6.06% from 297); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7912 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9E7912 is #6186ED. Grayscale: #787878. Windows color (decimal): -6391534 or 1210782. OLE color: 1210782.
HSL color Cylindrical-coordinate representation of color #9E7912: hue angle of 44.14º 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 #9E7912 is Cyan = 0, Magento = 0.23, Yellow = 0.89 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 121 | 18 | - |
| CMYK | 0 | 0.23 | 0.89 | 0.38 |
| HSL | 44.14º | 0.8% | 0.35% | - |
| HSV(B) | 44.14º | 0.89% | 0.62% | - |
| XYZ | 21.05 | 20.99 | 3.51 | - |
| YUV | 120.32 | 70.26 | 154.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 121 | 18 | 0 | 0.23 | 0.89 | 0.38 | 44.14 | 0.8 | 0.35 |
| Hex | 9E | 79 | 12 | 0 | 17 | 59 | 26 | 2C | 50 | 23 |
| Octal | 236 | 171 | 22 | 0 | 27 | 131 | 46 | 54 | 120 | 43 |
| Binary | 10011110 | 1111001 | 10010 | 0 | 10111 | 1011001 | 100110 | 101100 | 1010000 | 100011 |
Color Harmonies of #9E7912
Complementary color
Monochromatic Colors of #9E7912
Black with #9E7912
Text Example
Text Example
White with #9E7912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7912; }
p { color: rgb(158,121,18); }
H1.HeaderClassName
{
color: #9E7912;
}
.AnyTagClassName
{
color: #9E7912;
}
</style>
background-color css
<style>
a { background-color: #9E7912; }
a { background-color: rgb(158,121,18); }
div.DivClassName
{
background-color: #9E7912;
}
.BgClassName
{
background-color: #9E7912;
}
</style>
border-color css
<style>
span { border-color: #9E7912; }
span { border-color: rgb(158,121,18); }
td.TdClassName
{
border-color: #9E7912;
}
.TagClassName
{
border-color: #9E7912;
}
</style>