Shades of Hacienda #9E8519
Tints of Hacienda #9E8519
RGB
CMYK
RGB Variations
Color information
#9E8519 (or 0x9E8519) is known color: Hacienda. HEX triplet: 9E, 85 and 19. RGB value is (158,133,25). Sum of RGB (Red+Green+Blue) = 158+133+25=316 (41% of max value = 765). Red value is 158 (62.11% from 255 or 50% from 316); Green value is 133 (52.34% from 255 or 42.09% from 316); Blue value is 25 (10.16% from 255 or 7.91% from 316); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8519 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9E8519 is #617AE6. Grayscale: #808080. Windows color (decimal): -6388455 or 1672606. OLE color: 1672606.
HSL color Cylindrical-coordinate representation of color #9E8519: hue angle of 48.72º 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 #9E8519 is Cyan = 0, Magento = 0.16, Yellow = 0.84 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 133 | 25 | - |
| CMYK | 0 | 0.16 | 0.84 | 0.38 |
| HSL | 48.72º | 0.73% | 0.36% | - |
| HSV(B) | 48.72º | 0.84% | 0.62% | - |
| XYZ | 22.66 | 24.11 | 4.38 | - |
| YUV | 128.16 | 69.78 | 149.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 133 | 25 | 0 | 0.16 | 0.84 | 0.38 | 48.72 | 0.73 | 0.36 |
| Hex | 9E | 85 | 19 | 0 | 10 | 54 | 26 | 31 | 49 | 24 |
| Octal | 236 | 205 | 31 | 0 | 20 | 124 | 46 | 61 | 111 | 44 |
| Binary | 10011110 | 10000101 | 11001 | 0 | 10000 | 1010100 | 100110 | 110001 | 1001001 | 100100 |
Color Harmonies of #9E8519
Complementary color
Monochromatic Colors of #9E8519
Black with #9E8519
Text Example
Text Example
White with #9E8519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E8519; }
p { color: rgb(158,133,25); }
H1.HeaderClassName
{
color: #9E8519;
}
.AnyTagClassName
{
color: #9E8519;
}
</style>
background-color css
<style>
a { background-color: #9E8519; }
a { background-color: rgb(158,133,25); }
div.DivClassName
{
background-color: #9E8519;
}
.BgClassName
{
background-color: #9E8519;
}
</style>
border-color css
<style>
span { border-color: #9E8519; }
span { border-color: rgb(158,133,25); }
td.TdClassName
{
border-color: #9E8519;
}
.TagClassName
{
border-color: #9E8519;
}
</style>