Shades of Hacienda #9E812B
Tints of Hacienda #9E812B
RGB
CMYK
RGB Variations
Color information
#9E812B (or 0x9E812B) is known color: Hacienda. HEX triplet: 9E, 81 and 2B. RGB value is (158,129,43). Sum of RGB (Red+Green+Blue) = 158+129+43=330 (43% of max value = 765). Red value is 158 (62.11% from 255 or 47.88% from 330); Green value is 129 (50.78% from 255 or 39.09% from 330); Blue value is 43 (17.19% from 255 or 13.03% from 330); Max value from RGB is 158 - color contains mainly: red. Hex color #9E812B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9E812B is #617ED4. Grayscale: #808080. Windows color (decimal): -6389461 or 2851230. OLE color: 2851230.
HSL color Cylindrical-coordinate representation of color #9E812B: hue angle of 44.87º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9E812B is Cyan = 0, Magento = 0.18, Yellow = 0.73 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 129 | 43 | - |
| CMYK | 0 | 0.18 | 0.73 | 0.38 |
| HSL | 44.87º | 0.57% | 0.39% | - |
| HSV(B) | 44.87º | 0.73% | 0.62% | - |
| XYZ | 22.39 | 23.14 | 5.57 | - |
| YUV | 127.87 | 80.11 | 149.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 129 | 43 | 0 | 0.18 | 0.73 | 0.38 | 44.87 | 0.57 | 0.39 |
| Hex | 9E | 81 | 2B | 0 | 12 | 49 | 26 | 2D | 39 | 27 |
| Octal | 236 | 201 | 53 | 0 | 22 | 111 | 46 | 55 | 71 | 47 |
| Binary | 10011110 | 10000001 | 101011 | 0 | 10010 | 1001001 | 100110 | 101101 | 111001 | 100111 |
Color Harmonies of #9E812B
Complementary color
Monochromatic Colors of #9E812B
Black with #9E812B
Text Example
Text Example
White with #9E812B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E812B; }
p { color: rgb(158,129,43); }
H1.HeaderClassName
{
color: #9E812B;
}
.AnyTagClassName
{
color: #9E812B;
}
</style>
background-color css
<style>
a { background-color: #9E812B; }
a { background-color: rgb(158,129,43); }
div.DivClassName
{
background-color: #9E812B;
}
.BgClassName
{
background-color: #9E812B;
}
</style>
border-color css
<style>
span { border-color: #9E812B; }
span { border-color: rgb(158,129,43); }
td.TdClassName
{
border-color: #9E812B;
}
.TagClassName
{
border-color: #9E812B;
}
</style>