Shades of Hacienda #9F8032
Tints of Hacienda #9F8032
RGB
CMYK
RGB Variations
Color information
#9F8032 (or 0x9F8032) is known color: Hacienda. HEX triplet: 9F, 80 and 32. RGB value is (159,128,50). Sum of RGB (Red+Green+Blue) = 159+128+50=337 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.18% from 337); Green value is 128 (50.39% from 255 or 37.98% from 337); Blue value is 50 (19.92% from 255 or 14.84% from 337); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8032 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F8032 is #607FCD. Grayscale: #808080. Windows color (decimal): -6324174 or 3309727. OLE color: 3309727.
HSL color Cylindrical-coordinate representation of color #9F8032: hue angle of 42.94º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9F8032 is Cyan = 0, Magento = 0.19, Yellow = 0.69 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 128 | 50 | - |
| CMYK | 0 | 0.19 | 0.69 | 0.38 |
| HSL | 42.94º | 0.52% | 0.41% | - |
| HSV(B) | 42.94º | 0.69% | 0.62% | - |
| XYZ | 22.59 | 23.04 | 6.27 | - |
| YUV | 128.38 | 83.77 | 149.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 128 | 50 | 0 | 0.19 | 0.69 | 0.38 | 42.94 | 0.52 | 0.41 |
| Hex | 9F | 80 | 32 | 0 | 13 | 45 | 26 | 2B | 34 | 29 |
| Octal | 237 | 200 | 62 | 0 | 23 | 105 | 46 | 53 | 64 | 51 |
| Binary | 10011111 | 10000000 | 110010 | 0 | 10011 | 1000101 | 100110 | 101011 | 110100 | 101001 |
Color Harmonies of #9F8032
Complementary color
Monochromatic Colors of #9F8032
Black with #9F8032
Text Example
Text Example
White with #9F8032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8032; }
p { color: rgb(159,128,50); }
H1.HeaderClassName
{
color: #9F8032;
}
.AnyTagClassName
{
color: #9F8032;
}
</style>
background-color css
<style>
a { background-color: #9F8032; }
a { background-color: rgb(159,128,50); }
div.DivClassName
{
background-color: #9F8032;
}
.BgClassName
{
background-color: #9F8032;
}
</style>
border-color css
<style>
span { border-color: #9F8032; }
span { border-color: rgb(159,128,50); }
td.TdClassName
{
border-color: #9F8032;
}
.TagClassName
{
border-color: #9F8032;
}
</style>