Shades of Hacienda #9F8031
Tints of Hacienda #9F8031
RGB
CMYK
RGB Variations
Color information
#9F8031 (or 0x9F8031) is known color: Hacienda. HEX triplet: 9F, 80 and 31. RGB value is (159,128,49). Sum of RGB (Red+Green+Blue) = 159+128+49=336 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.32% from 336); Green value is 128 (50.39% from 255 or 38.10% from 336); Blue value is 49 (19.53% from 255 or 14.58% from 336); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8031 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F8031 is #607FCE. Grayscale: #808080. Windows color (decimal): -6324175 or 3244191. OLE color: 3244191.
HSL color Cylindrical-coordinate representation of color #9F8031: hue angle of 43.09º degrees, saturation: 0.53, 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 #9F8031 is Cyan = 0, Magento = 0.19, Yellow = 0.69 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 128 | 49 | - |
| CMYK | 0 | 0.19 | 0.69 | 0.38 |
| HSL | 43.09º | 0.53% | 0.41% | - |
| HSV(B) | 43.09º | 0.69% | 0.62% | - |
| XYZ | 22.57 | 23.03 | 6.16 | - |
| YUV | 128.26 | 83.27 | 149.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 128 | 49 | 0 | 0.19 | 0.69 | 0.38 | 43.09 | 0.53 | 0.41 |
| Hex | 9F | 80 | 31 | 0 | 13 | 45 | 26 | 2B | 35 | 29 |
| Octal | 237 | 200 | 61 | 0 | 23 | 105 | 46 | 53 | 65 | 51 |
| Binary | 10011111 | 10000000 | 110001 | 0 | 10011 | 1000101 | 100110 | 101011 | 110101 | 101001 |
Color Harmonies of #9F8031
Complementary color
Monochromatic Colors of #9F8031
Black with #9F8031
Text Example
Text Example
White with #9F8031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8031; }
p { color: rgb(159,128,49); }
H1.HeaderClassName
{
color: #9F8031;
}
.AnyTagClassName
{
color: #9F8031;
}
</style>
background-color css
<style>
a { background-color: #9F8031; }
a { background-color: rgb(159,128,49); }
div.DivClassName
{
background-color: #9F8031;
}
.BgClassName
{
background-color: #9F8031;
}
</style>
border-color css
<style>
span { border-color: #9F8031; }
span { border-color: rgb(159,128,49); }
td.TdClassName
{
border-color: #9F8031;
}
.TagClassName
{
border-color: #9F8031;
}
</style>