Shades of Hacienda #9E7812
Tints of Hacienda #9E7812
RGB
CMYK
RGB Variations
Color information
#9E7812 (or 0x9E7812) is known color: Hacienda. HEX triplet: 9E, 78 and 12. RGB value is (158,120,18). Sum of RGB (Red+Green+Blue) = 158+120+18=296 (39% of max value = 765). Red value is 158 (62.11% from 255 or 53.38% from 296); Green value is 120 (47.27% from 255 or 40.54% from 296); Blue value is 18 (7.42% from 255 or 6.08% from 296); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7812 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9E7812 is #6187ED. Grayscale: #787878. Windows color (decimal): -6391790 or 1210526. OLE color: 1210526.
HSL color Cylindrical-coordinate representation of color #9E7812: hue angle of 43.71º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9E7812 is Cyan = 0, Magento = 0.24, Yellow = 0.89 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 120 | 18 | - |
| CMYK | 0 | 0.24 | 0.89 | 0.38 |
| HSL | 43.71º | 0.8% | 0.35% | - |
| HSV(B) | 43.71º | 0.89% | 0.62% | - |
| XYZ | 20.93 | 20.75 | 3.47 | - |
| YUV | 119.73 | 70.59 | 155.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 120 | 18 | 0 | 0.24 | 0.89 | 0.38 | 43.71 | 0.8 | 0.35 |
| Hex | 9E | 78 | 12 | 0 | 18 | 59 | 26 | 2C | 50 | 23 |
| Octal | 236 | 170 | 22 | 0 | 30 | 131 | 46 | 54 | 120 | 43 |
| Binary | 10011110 | 1111000 | 10010 | 0 | 11000 | 1011001 | 100110 | 101100 | 1010000 | 100011 |
Color Harmonies of #9E7812
Complementary color
Monochromatic Colors of #9E7812
Black with #9E7812
Text Example
Text Example
White with #9E7812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7812; }
p { color: rgb(158,120,18); }
H1.HeaderClassName
{
color: #9E7812;
}
.AnyTagClassName
{
color: #9E7812;
}
</style>
background-color css
<style>
a { background-color: #9E7812; }
a { background-color: rgb(158,120,18); }
div.DivClassName
{
background-color: #9E7812;
}
.BgClassName
{
background-color: #9E7812;
}
</style>
border-color css
<style>
span { border-color: #9E7812; }
span { border-color: rgb(158,120,18); }
td.TdClassName
{
border-color: #9E7812;
}
.TagClassName
{
border-color: #9E7812;
}
</style>