Shades of Hacienda #9E7A09
Tints of Hacienda #9E7A09
RGB
CMYK
RGB Variations
Color information
#9E7A09 (or 0x9E7A09) is known color: Hacienda. HEX triplet: 9E, 7A and 09. RGB value is (158,122,9). Sum of RGB (Red+Green+Blue) = 158+122+9=289 (38% of max value = 765). Red value is 158 (62.11% from 255 or 54.67% from 289); Green value is 122 (48.05% from 255 or 42.21% from 289); Blue value is 9 (3.91% from 255 or 3.11% from 289); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7A09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9E7A09 is #6185F6. Grayscale: #787878. Windows color (decimal): -6391287 or 621214. OLE color: 621214.
HSL color Cylindrical-coordinate representation of color #9E7A09: hue angle of 45.5º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9E7A09 is Cyan = 0, Magento = 0.23, Yellow = 0.94 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 122 | 9 | - |
| CMYK | 0 | 0.23 | 0.94 | 0.38 |
| HSL | 45.5º | 0.89% | 0.33% | - |
| HSV(B) | 45.5º | 0.94% | 0.62% | - |
| XYZ | 21.11 | 21.21 | 3.24 | - |
| YUV | 119.88 | 65.43 | 155.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 122 | 9 | 0 | 0.23 | 0.94 | 0.38 | 45.5 | 0.89 | 0.33 |
| Hex | 9E | 7A | 9 | 0 | 17 | 5E | 26 | 2E | 59 | 21 |
| Octal | 236 | 172 | 11 | 0 | 27 | 136 | 46 | 56 | 131 | 41 |
| Binary | 10011110 | 1111010 | 1001 | 0 | 10111 | 1011110 | 100110 | 101110 | 1011001 | 100001 |
Color Harmonies of #9E7A09
Complementary color
Monochromatic Colors of #9E7A09
Black with #9E7A09
Text Example
Text Example
White with #9E7A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7A09; }
p { color: rgb(158,122,9); }
H1.HeaderClassName
{
color: #9E7A09;
}
.AnyTagClassName
{
color: #9E7A09;
}
</style>
background-color css
<style>
a { background-color: #9E7A09; }
a { background-color: rgb(158,122,9); }
div.DivClassName
{
background-color: #9E7A09;
}
.BgClassName
{
background-color: #9E7A09;
}
</style>
border-color css
<style>
span { border-color: #9E7A09; }
span { border-color: rgb(158,122,9); }
td.TdClassName
{
border-color: #9E7A09;
}
.TagClassName
{
border-color: #9E7A09;
}
</style>