Shades of Hacienda #9E7B21
Tints of Hacienda #9E7B21
RGB
CMYK
RGB Variations
Color information
#9E7B21 (or 0x9E7B21) is known color: Hacienda. HEX triplet: 9E, 7B and 21. RGB value is (158,123,33). Sum of RGB (Red+Green+Blue) = 158+123+33=314 (41% of max value = 765). Red value is 158 (62.11% from 255 or 50.32% from 314); Green value is 123 (48.44% from 255 or 39.17% from 314); Blue value is 33 (13.28% from 255 or 10.51% from 314); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7B21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E7B21 is #6184DE. Grayscale: #7B7B7B. Windows color (decimal): -6391007 or 2194334. OLE color: 2194334.
HSL color Cylindrical-coordinate representation of color #9E7B21: hue angle of 43.2º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9E7B21 is Cyan = 0, Magento = 0.22, Yellow = 0.79 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 123 | 33 | - |
| CMYK | 0 | 0.22 | 0.79 | 0.38 |
| HSL | 43.2º | 0.65% | 0.37% | - |
| HSV(B) | 43.2º | 0.79% | 0.62% | - |
| XYZ | 21.46 | 21.54 | 4.47 | - |
| YUV | 123.21 | 77.1 | 152.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 123 | 33 | 0 | 0.22 | 0.79 | 0.38 | 43.2 | 0.65 | 0.37 |
| Hex | 9E | 7B | 21 | 0 | 16 | 4F | 26 | 2B | 41 | 25 |
| Octal | 236 | 173 | 41 | 0 | 26 | 117 | 46 | 53 | 101 | 45 |
| Binary | 10011110 | 1111011 | 100001 | 0 | 10110 | 1001111 | 100110 | 101011 | 1000001 | 100101 |
Color Harmonies of #9E7B21
Complementary color
Monochromatic Colors of #9E7B21
Black with #9E7B21
Text Example
Text Example
White with #9E7B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7B21; }
p { color: rgb(158,123,33); }
H1.HeaderClassName
{
color: #9E7B21;
}
.AnyTagClassName
{
color: #9E7B21;
}
</style>
background-color css
<style>
a { background-color: #9E7B21; }
a { background-color: rgb(158,123,33); }
div.DivClassName
{
background-color: #9E7B21;
}
.BgClassName
{
background-color: #9E7B21;
}
</style>
border-color css
<style>
span { border-color: #9E7B21; }
span { border-color: rgb(158,123,33); }
td.TdClassName
{
border-color: #9E7B21;
}
.TagClassName
{
border-color: #9E7B21;
}
</style>