Shades of Hacienda #9E8D1A
Tints of Hacienda #9E8D1A
RGB
CMYK
RGB Variations
Color information
#9E8D1A (or 0x9E8D1A) is known color: Hacienda. HEX triplet: 9E, 8D and 1A. RGB value is (158,141,26). Sum of RGB (Red+Green+Blue) = 158+141+26=325 (43% of max value = 765). Red value is 158 (62.11% from 255 or 48.62% from 325); Green value is 141 (55.47% from 255 or 43.38% from 325); Blue value is 26 (10.55% from 255 or 8% from 325); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8D1A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9E8D1A is #6172E5. Grayscale: #858585. Windows color (decimal): -6386406 or 1740190. OLE color: 1740190.
HSL color Cylindrical-coordinate representation of color #9E8D1A: hue angle of 52.27º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9E8D1A is Cyan = 0, Magento = 0.11, Yellow = 0.84 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 141 | 26 | - |
| CMYK | 0 | 0.11 | 0.84 | 0.38 |
| HSL | 52.27º | 0.72% | 0.36% | - |
| HSV(B) | 52.27º | 0.84% | 0.62% | - |
| XYZ | 23.81 | 26.39 | 4.82 | - |
| YUV | 132.97 | 67.63 | 145.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 141 | 26 | 0 | 0.11 | 0.84 | 0.38 | 52.27 | 0.72 | 0.36 |
| Hex | 9E | 8D | 1A | 0 | B | 54 | 26 | 34 | 48 | 24 |
| Octal | 236 | 215 | 32 | 0 | 13 | 124 | 46 | 64 | 110 | 44 |
| Binary | 10011110 | 10001101 | 11010 | 0 | 1011 | 1010100 | 100110 | 110100 | 1001000 | 100100 |
Color Harmonies of #9E8D1A
Complementary color
Monochromatic Colors of #9E8D1A
Black with #9E8D1A
Text Example
Text Example
White with #9E8D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E8D1A; }
p { color: rgb(158,141,26); }
H1.HeaderClassName
{
color: #9E8D1A;
}
.AnyTagClassName
{
color: #9E8D1A;
}
</style>
background-color css
<style>
a { background-color: #9E8D1A; }
a { background-color: rgb(158,141,26); }
div.DivClassName
{
background-color: #9E8D1A;
}
.BgClassName
{
background-color: #9E8D1A;
}
</style>
border-color css
<style>
span { border-color: #9E8D1A; }
span { border-color: rgb(158,141,26); }
td.TdClassName
{
border-color: #9E8D1A;
}
.TagClassName
{
border-color: #9E8D1A;
}
</style>