Shades of Hacienda #9E8032
Tints of Hacienda #9E8032
RGB
CMYK
RGB Variations
Color information
#9E8032 (or 0x9E8032) is known color: Hacienda. HEX triplet: 9E, 80 and 32. RGB value is (158,128,50). Sum of RGB (Red+Green+Blue) = 158+128+50=336 (44% of max value = 765). Red value is 158 (62.11% from 255 or 47.02% from 336); Green value is 128 (50.39% from 255 or 38.10% from 336); Blue value is 50 (19.92% from 255 or 14.88% from 336); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8032 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9E8032 is #617FCD. Grayscale: #808080. Windows color (decimal): -6389710 or 3309726. OLE color: 3309726.
HSL color Cylindrical-coordinate representation of color #9E8032: hue angle of 43.33º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9E8032 is Cyan = 0, Magento = 0.19, Yellow = 0.68 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 128 | 50 | - |
| CMYK | 0 | 0.19 | 0.68 | 0.38 |
| HSL | 43.33º | 0.52% | 0.41% | - |
| HSV(B) | 43.33º | 0.68% | 0.62% | - |
| XYZ | 22.4 | 22.94 | 6.26 | - |
| YUV | 128.08 | 83.94 | 149.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 128 | 50 | 0 | 0.19 | 0.68 | 0.38 | 43.33 | 0.52 | 0.41 |
| Hex | 9E | 80 | 32 | 0 | 13 | 44 | 26 | 2B | 34 | 29 |
| Octal | 236 | 200 | 62 | 0 | 23 | 104 | 46 | 53 | 64 | 51 |
| Binary | 10011110 | 10000000 | 110010 | 0 | 10011 | 1000100 | 100110 | 101011 | 110100 | 101001 |
Color Harmonies of #9E8032
Complementary color
Monochromatic Colors of #9E8032
Black with #9E8032
Text Example
Text Example
White with #9E8032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E8032; }
p { color: rgb(158,128,50); }
H1.HeaderClassName
{
color: #9E8032;
}
.AnyTagClassName
{
color: #9E8032;
}
</style>
background-color css
<style>
a { background-color: #9E8032; }
a { background-color: rgb(158,128,50); }
div.DivClassName
{
background-color: #9E8032;
}
.BgClassName
{
background-color: #9E8032;
}
</style>
border-color css
<style>
span { border-color: #9E8032; }
span { border-color: rgb(158,128,50); }
td.TdClassName
{
border-color: #9E8032;
}
.TagClassName
{
border-color: #9E8032;
}
</style>