Shades of Hacienda #9E8007
Tints of Hacienda #9E8007
RGB
CMYK
RGB Variations
Color information
#9E8007 (or 0x9E8007) is known color: Hacienda. HEX triplet: 9E, 80 and 07. RGB value is (158,128,7). Sum of RGB (Red+Green+Blue) = 158+128+7=293 (38% of max value = 765). Red value is 158 (62.11% from 255 or 53.92% from 293); Green value is 128 (50.39% from 255 or 43.69% from 293); Blue value is 7 (3.12% from 255 or 2.39% from 293); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8007 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9E8007 is #617FF8. Grayscale: #7B7B7B. Windows color (decimal): -6389753 or 491678. OLE color: 491678.
HSL color Cylindrical-coordinate representation of color #9E8007: hue angle of 48.08º degrees, saturation: 0.92, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9E8007 is Cyan = 0, Magento = 0.19, Yellow = 0.96 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 128 | 7 | - |
| CMYK | 0 | 0.19 | 0.96 | 0.38 |
| HSL | 48.08º | 0.92% | 0.32% | - |
| HSV(B) | 48.08º | 0.96% | 0.62% | - |
| XYZ | 21.86 | 22.72 | 3.43 | - |
| YUV | 123.18 | 62.44 | 152.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 128 | 7 | 0 | 0.19 | 0.96 | 0.38 | 48.08 | 0.92 | 0.32 |
| Hex | 9E | 80 | 7 | 0 | 13 | 60 | 26 | 30 | 5C | 20 |
| Octal | 236 | 200 | 7 | 0 | 23 | 140 | 46 | 60 | 134 | 40 |
| Binary | 10011110 | 10000000 | 111 | 0 | 10011 | 1100000 | 100110 | 110000 | 1011100 | 100000 |
Color Harmonies of #9E8007
Complementary color
Monochromatic Colors of #9E8007
Black with #9E8007
Text Example
Text Example
White with #9E8007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E8007; }
p { color: rgb(158,128,7); }
H1.HeaderClassName
{
color: #9E8007;
}
.AnyTagClassName
{
color: #9E8007;
}
</style>
background-color css
<style>
a { background-color: #9E8007; }
a { background-color: rgb(158,128,7); }
div.DivClassName
{
background-color: #9E8007;
}
.BgClassName
{
background-color: #9E8007;
}
</style>
border-color css
<style>
span { border-color: #9E8007; }
span { border-color: rgb(158,128,7); }
td.TdClassName
{
border-color: #9E8007;
}
.TagClassName
{
border-color: #9E8007;
}
</style>