Shades of Hacienda #9F7521
Tints of Hacienda #9F7521
RGB
CMYK
RGB Variations
Color information
#9F7521 (or 0x9F7521) is known color: Hacienda. HEX triplet: 9F, 75 and 21. RGB value is (159,117,33). Sum of RGB (Red+Green+Blue) = 159+117+33=309 (40% of max value = 765). Red value is 159 (62.5% from 255 or 51.46% from 309); Green value is 117 (46.09% from 255 or 37.86% from 309); Blue value is 33 (13.28% from 255 or 10.68% from 309); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7521 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F7521 is #608ADE. Grayscale: #787878. Windows color (decimal): -6327007 or 2192799. OLE color: 2192799.
HSL color Cylindrical-coordinate representation of color #9F7521: hue angle of 40º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9F7521 is Cyan = 0, Magento = 0.26, Yellow = 0.79 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 117 | 33 | - |
| CMYK | 0 | 0.26 | 0.79 | 0.38 |
| HSL | 40º | 0.66% | 0.38% | - |
| HSV(B) | 40º | 0.79% | 0.62% | - |
| XYZ | 20.93 | 20.2 | 4.24 | - |
| YUV | 119.98 | 78.91 | 155.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 117 | 33 | 0 | 0.26 | 0.79 | 0.38 | 40 | 0.66 | 0.38 |
| Hex | 9F | 75 | 21 | 0 | 1A | 4F | 26 | 28 | 42 | 26 |
| Octal | 237 | 165 | 41 | 0 | 32 | 117 | 46 | 50 | 102 | 46 |
| Binary | 10011111 | 1110101 | 100001 | 0 | 11010 | 1001111 | 100110 | 101000 | 1000010 | 100110 |
Color Harmonies of #9F7521
Complementary color
Monochromatic Colors of #9F7521
Black with #9F7521
Text Example
Text Example
White with #9F7521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7521; }
p { color: rgb(159,117,33); }
H1.HeaderClassName
{
color: #9F7521;
}
.AnyTagClassName
{
color: #9F7521;
}
</style>
background-color css
<style>
a { background-color: #9F7521; }
a { background-color: rgb(159,117,33); }
div.DivClassName
{
background-color: #9F7521;
}
.BgClassName
{
background-color: #9F7521;
}
</style>
border-color css
<style>
span { border-color: #9F7521; }
span { border-color: rgb(159,117,33); }
td.TdClassName
{
border-color: #9F7521;
}
.TagClassName
{
border-color: #9F7521;
}
</style>