Shades of Hacienda #9E8118
Tints of Hacienda #9E8118
RGB
CMYK
RGB Variations
Color information
#9E8118 (or 0x9E8118) is known color: Hacienda. HEX triplet: 9E, 81 and 18. RGB value is (158,129,24). Sum of RGB (Red+Green+Blue) = 158+129+24=311 (41% of max value = 765). Red value is 158 (62.11% from 255 or 50.80% from 311); Green value is 129 (50.78% from 255 or 41.48% from 311); Blue value is 24 (9.77% from 255 or 7.72% from 311); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8118 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9E8118 is #617EE7. Grayscale: #7E7E7E. Windows color (decimal): -6389480 or 1606046. OLE color: 1606046.
HSL color Cylindrical-coordinate representation of color #9E8118: hue angle of 47.01º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9E8118 is Cyan = 0, Magento = 0.18, Yellow = 0.85 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 129 | 24 | - |
| CMYK | 0 | 0.18 | 0.85 | 0.38 |
| HSL | 47.01º | 0.74% | 0.36% | - |
| HSV(B) | 47.01º | 0.85% | 0.62% | - |
| XYZ | 22.12 | 23.04 | 4.14 | - |
| YUV | 125.7 | 70.61 | 151.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 129 | 24 | 0 | 0.18 | 0.85 | 0.38 | 47.01 | 0.74 | 0.36 |
| Hex | 9E | 81 | 18 | 0 | 12 | 55 | 26 | 2F | 4A | 24 |
| Octal | 236 | 201 | 30 | 0 | 22 | 125 | 46 | 57 | 112 | 44 |
| Binary | 10011110 | 10000001 | 11000 | 0 | 10010 | 1010101 | 100110 | 101111 | 1001010 | 100100 |
Color Harmonies of #9E8118
Complementary color
Monochromatic Colors of #9E8118
Black with #9E8118
Text Example
Text Example
White with #9E8118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E8118; }
p { color: rgb(158,129,24); }
H1.HeaderClassName
{
color: #9E8118;
}
.AnyTagClassName
{
color: #9E8118;
}
</style>
background-color css
<style>
a { background-color: #9E8118; }
a { background-color: rgb(158,129,24); }
div.DivClassName
{
background-color: #9E8118;
}
.BgClassName
{
background-color: #9E8118;
}
</style>
border-color css
<style>
span { border-color: #9E8118; }
span { border-color: rgb(158,129,24); }
td.TdClassName
{
border-color: #9E8118;
}
.TagClassName
{
border-color: #9E8118;
}
</style>