Shades of Hacienda #9E7821
Tints of Hacienda #9E7821
RGB
CMYK
RGB Variations
Color information
#9E7821 (or 0x9E7821) is known color: Hacienda. HEX triplet: 9E, 78 and 21. RGB value is (158,120,33). Sum of RGB (Red+Green+Blue) = 158+120+33=311 (41% of max value = 765). Red value is 158 (62.11% from 255 or 50.80% from 311); Green value is 120 (47.27% from 255 or 38.59% from 311); Blue value is 33 (13.28% from 255 or 10.61% from 311); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7821 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E7821 is #6187DE. Grayscale: #797979. Windows color (decimal): -6391775 or 2193566. OLE color: 2193566.
HSL color Cylindrical-coordinate representation of color #9E7821: hue angle of 41.76º 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 #9E7821 is Cyan = 0, Magento = 0.24, Yellow = 0.79 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 120 | 33 | - |
| CMYK | 0 | 0.24 | 0.79 | 0.38 |
| HSL | 41.76º | 0.65% | 0.37% | - |
| HSV(B) | 41.76º | 0.79% | 0.62% | - |
| XYZ | 21.09 | 20.81 | 4.34 | - |
| YUV | 121.44 | 78.09 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 120 | 33 | 0 | 0.24 | 0.79 | 0.38 | 41.76 | 0.65 | 0.37 |
| Hex | 9E | 78 | 21 | 0 | 18 | 4F | 26 | 2A | 41 | 25 |
| Octal | 236 | 170 | 41 | 0 | 30 | 117 | 46 | 52 | 101 | 45 |
| Binary | 10011110 | 1111000 | 100001 | 0 | 11000 | 1001111 | 100110 | 101010 | 1000001 | 100101 |
Color Harmonies of #9E7821
Complementary color
Monochromatic Colors of #9E7821
Black with #9E7821
Text Example
Text Example
White with #9E7821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7821; }
p { color: rgb(158,120,33); }
H1.HeaderClassName
{
color: #9E7821;
}
.AnyTagClassName
{
color: #9E7821;
}
</style>
background-color css
<style>
a { background-color: #9E7821; }
a { background-color: rgb(158,120,33); }
div.DivClassName
{
background-color: #9E7821;
}
.BgClassName
{
background-color: #9E7821;
}
</style>
border-color css
<style>
span { border-color: #9E7821; }
span { border-color: rgb(158,120,33); }
td.TdClassName
{
border-color: #9E7821;
}
.TagClassName
{
border-color: #9E7821;
}
</style>