Shades of Hacienda #9F8231
Tints of Hacienda #9F8231
RGB
CMYK
RGB Variations
Color information
#9F8231 (or 0x9F8231) is known color: Hacienda. HEX triplet: 9F, 82 and 31. RGB value is (159,130,49). Sum of RGB (Red+Green+Blue) = 159+130+49=338 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.04% from 338); Green value is 130 (51.17% from 255 or 38.46% from 338); Blue value is 49 (19.53% from 255 or 14.50% from 338); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8231 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F8231 is #607DCE. Grayscale: #818181. Windows color (decimal): -6323663 or 3244703. OLE color: 3244703.
HSL color Cylindrical-coordinate representation of color #9F8231: hue angle of 44.18º 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 #9F8231 is Cyan = 0, Magento = 0.18, Yellow = 0.69 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 130 | 49 | - |
| CMYK | 0 | 0.18 | 0.69 | 0.38 |
| HSL | 44.18º | 0.53% | 0.41% | - |
| HSV(B) | 44.18º | 0.69% | 0.62% | - |
| XYZ | 22.84 | 23.56 | 6.25 | - |
| YUV | 129.44 | 82.61 | 149.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 130 | 49 | 0 | 0.18 | 0.69 | 0.38 | 44.18 | 0.53 | 0.41 |
| Hex | 9F | 82 | 31 | 0 | 12 | 45 | 26 | 2C | 35 | 29 |
| Octal | 237 | 202 | 61 | 0 | 22 | 105 | 46 | 54 | 65 | 51 |
| Binary | 10011111 | 10000010 | 110001 | 0 | 10010 | 1000101 | 100110 | 101100 | 110101 | 101001 |
Color Harmonies of #9F8231
Complementary color
Monochromatic Colors of #9F8231
Black with #9F8231
Text Example
Text Example
White with #9F8231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8231; }
p { color: rgb(159,130,49); }
H1.HeaderClassName
{
color: #9F8231;
}
.AnyTagClassName
{
color: #9F8231;
}
</style>
background-color css
<style>
a { background-color: #9F8231; }
a { background-color: rgb(159,130,49); }
div.DivClassName
{
background-color: #9F8231;
}
.BgClassName
{
background-color: #9F8231;
}
</style>
border-color css
<style>
span { border-color: #9F8231; }
span { border-color: rgb(159,130,49); }
td.TdClassName
{
border-color: #9F8231;
}
.TagClassName
{
border-color: #9F8231;
}
</style>