Shades of Hacienda #9E8119
Tints of Hacienda #9E8119
RGB
CMYK
RGB Variations
Color information
#9E8119 (or 0x9E8119) is known color: Hacienda. HEX triplet: 9E, 81 and 19. RGB value is (158,129,25). Sum of RGB (Red+Green+Blue) = 158+129+25=312 (41% of max value = 765). Red value is 158 (62.11% from 255 or 50.64% from 312); Green value is 129 (50.78% from 255 or 41.35% from 312); Blue value is 25 (10.16% from 255 or 8.01% from 312); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8119 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9E8119 is #617EE6. Grayscale: #7E7E7E. Windows color (decimal): -6389479 or 1671582. OLE color: 1671582.
HSL color Cylindrical-coordinate representation of color #9E8119: hue angle of 46.92º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9E8119 is Cyan = 0, Magento = 0.18, Yellow = 0.84 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 129 | 25 | - |
| CMYK | 0 | 0.18 | 0.84 | 0.38 |
| HSL | 46.92º | 0.73% | 0.36% | - |
| HSV(B) | 46.92º | 0.84% | 0.62% | - |
| XYZ | 22.13 | 23.04 | 4.2 | - |
| YUV | 125.82 | 71.11 | 150.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 129 | 25 | 0 | 0.18 | 0.84 | 0.38 | 46.92 | 0.73 | 0.36 |
| Hex | 9E | 81 | 19 | 0 | 12 | 54 | 26 | 2F | 49 | 24 |
| Octal | 236 | 201 | 31 | 0 | 22 | 124 | 46 | 57 | 111 | 44 |
| Binary | 10011110 | 10000001 | 11001 | 0 | 10010 | 1010100 | 100110 | 101111 | 1001001 | 100100 |
Color Harmonies of #9E8119
Complementary color
Monochromatic Colors of #9E8119
Black with #9E8119
Text Example
Text Example
White with #9E8119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E8119; }
p { color: rgb(158,129,25); }
H1.HeaderClassName
{
color: #9E8119;
}
.AnyTagClassName
{
color: #9E8119;
}
</style>
background-color css
<style>
a { background-color: #9E8119; }
a { background-color: rgb(158,129,25); }
div.DivClassName
{
background-color: #9E8119;
}
.BgClassName
{
background-color: #9E8119;
}
</style>
border-color css
<style>
span { border-color: #9E8119; }
span { border-color: rgb(158,129,25); }
td.TdClassName
{
border-color: #9E8119;
}
.TagClassName
{
border-color: #9E8119;
}
</style>