Shades of Hacienda #9E7521
Tints of Hacienda #9E7521
RGB
CMYK
RGB Variations
Color information
#9E7521 (or 0x9E7521) is known color: Hacienda. HEX triplet: 9E, 75 and 21. RGB value is (158,117,33). Sum of RGB (Red+Green+Blue) = 158+117+33=308 (40% of max value = 765). Red value is 158 (62.11% from 255 or 51.30% from 308); Green value is 117 (46.09% from 255 or 37.99% from 308); Blue value is 33 (13.28% from 255 or 10.71% from 308); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7521 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E7521 is #618ADE. Grayscale: #787878. Windows color (decimal): -6392543 or 2192798. OLE color: 2192798.
HSL color Cylindrical-coordinate representation of color #9E7521: hue angle of 40.32º 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 #9E7521 is Cyan = 0, Magento = 0.26, Yellow = 0.79 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 117 | 33 | - |
| CMYK | 0 | 0.26 | 0.79 | 0.38 |
| HSL | 40.32º | 0.65% | 0.37% | - |
| HSV(B) | 40.32º | 0.79% | 0.62% | - |
| XYZ | 20.74 | 20.1 | 4.23 | - |
| YUV | 119.68 | 79.08 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 117 | 33 | 0 | 0.26 | 0.79 | 0.38 | 40.32 | 0.65 | 0.37 |
| Hex | 9E | 75 | 21 | 0 | 1A | 4F | 26 | 28 | 41 | 25 |
| Octal | 236 | 165 | 41 | 0 | 32 | 117 | 46 | 50 | 101 | 45 |
| Binary | 10011110 | 1110101 | 100001 | 0 | 11010 | 1001111 | 100110 | 101000 | 1000001 | 100101 |
Color Harmonies of #9E7521
Complementary color
Monochromatic Colors of #9E7521
Black with #9E7521
Text Example
Text Example
White with #9E7521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7521; }
p { color: rgb(158,117,33); }
H1.HeaderClassName
{
color: #9E7521;
}
.AnyTagClassName
{
color: #9E7521;
}
</style>
background-color css
<style>
a { background-color: #9E7521; }
a { background-color: rgb(158,117,33); }
div.DivClassName
{
background-color: #9E7521;
}
.BgClassName
{
background-color: #9E7521;
}
</style>
border-color css
<style>
span { border-color: #9E7521; }
span { border-color: rgb(158,117,33); }
td.TdClassName
{
border-color: #9E7521;
}
.TagClassName
{
border-color: #9E7521;
}
</style>