Shades of Hacienda #9E7B18
Tints of Hacienda #9E7B18
RGB
CMYK
RGB Variations
Color information
#9E7B18 (or 0x9E7B18) is known color: Hacienda. HEX triplet: 9E, 7B and 18. RGB value is (158,123,24). Sum of RGB (Red+Green+Blue) = 158+123+24=305 (40% of max value = 765). Red value is 158 (62.11% from 255 or 51.80% from 305); Green value is 123 (48.44% from 255 or 40.33% from 305); Blue value is 24 (9.77% from 255 or 7.87% from 305); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7B18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9E7B18 is #6184E7. Grayscale: #7A7A7A. Windows color (decimal): -6391016 or 1604510. OLE color: 1604510.
HSL color Cylindrical-coordinate representation of color #9E7B18: hue angle of 44.33º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9E7B18 is Cyan = 0, Magento = 0.22, Yellow = 0.85 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 123 | 24 | - |
| CMYK | 0 | 0.22 | 0.85 | 0.38 |
| HSL | 44.33º | 0.74% | 0.36% | - |
| HSV(B) | 44.33º | 0.85% | 0.62% | - |
| XYZ | 21.35 | 21.5 | 3.89 | - |
| YUV | 122.18 | 72.6 | 153.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 123 | 24 | 0 | 0.22 | 0.85 | 0.38 | 44.33 | 0.74 | 0.36 |
| Hex | 9E | 7B | 18 | 0 | 16 | 55 | 26 | 2C | 4A | 24 |
| Octal | 236 | 173 | 30 | 0 | 26 | 125 | 46 | 54 | 112 | 44 |
| Binary | 10011110 | 1111011 | 11000 | 0 | 10110 | 1010101 | 100110 | 101100 | 1001010 | 100100 |
Color Harmonies of #9E7B18
Complementary color
Monochromatic Colors of #9E7B18
Black with #9E7B18
Text Example
Text Example
White with #9E7B18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7B18; }
p { color: rgb(158,123,24); }
H1.HeaderClassName
{
color: #9E7B18;
}
.AnyTagClassName
{
color: #9E7B18;
}
</style>
background-color css
<style>
a { background-color: #9E7B18; }
a { background-color: rgb(158,123,24); }
div.DivClassName
{
background-color: #9E7B18;
}
.BgClassName
{
background-color: #9E7B18;
}
</style>
border-color css
<style>
span { border-color: #9E7B18; }
span { border-color: rgb(158,123,24); }
td.TdClassName
{
border-color: #9E7B18;
}
.TagClassName
{
border-color: #9E7B18;
}
</style>