Shades of Hacienda #9F8524
Tints of Hacienda #9F8524
RGB
CMYK
RGB Variations
Color information
#9F8524 (or 0x9F8524) is known color: Hacienda. HEX triplet: 9F, 85 and 24. RGB value is (159,133,36). Sum of RGB (Red+Green+Blue) = 159+133+36=328 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.48% from 328); Green value is 133 (52.34% from 255 or 40.55% from 328); Blue value is 36 (14.45% from 255 or 10.98% from 328); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8524 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F8524 is #607ADB. Grayscale: #828282. Windows color (decimal): -6322908 or 2393503. OLE color: 2393503.
HSL color Cylindrical-coordinate representation of color #9F8524: hue angle of 47.32º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9F8524 is Cyan = 0, Magento = 0.16, Yellow = 0.77 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 133 | 36 | - |
| CMYK | 0 | 0.16 | 0.77 | 0.38 |
| HSL | 47.32º | 0.63% | 0.38% | - |
| HSV(B) | 47.32º | 0.77% | 0.62% | - |
| XYZ | 23 | 24.27 | 5.14 | - |
| YUV | 129.72 | 75.11 | 148.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 133 | 36 | 0 | 0.16 | 0.77 | 0.38 | 47.32 | 0.63 | 0.38 |
| Hex | 9F | 85 | 24 | 0 | 10 | 4D | 26 | 2F | 3F | 26 |
| Octal | 237 | 205 | 44 | 0 | 20 | 115 | 46 | 57 | 77 | 46 |
| Binary | 10011111 | 10000101 | 100100 | 0 | 10000 | 1001101 | 100110 | 101111 | 111111 | 100110 |
Color Harmonies of #9F8524
Complementary color
Monochromatic Colors of #9F8524
Black with #9F8524
Text Example
Text Example
White with #9F8524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8524; }
p { color: rgb(159,133,36); }
H1.HeaderClassName
{
color: #9F8524;
}
.AnyTagClassName
{
color: #9F8524;
}
</style>
background-color css
<style>
a { background-color: #9F8524; }
a { background-color: rgb(159,133,36); }
div.DivClassName
{
background-color: #9F8524;
}
.BgClassName
{
background-color: #9F8524;
}
</style>
border-color css
<style>
span { border-color: #9F8524; }
span { border-color: rgb(159,133,36); }
td.TdClassName
{
border-color: #9F8524;
}
.TagClassName
{
border-color: #9F8524;
}
</style>