Shades of Hacienda #9F8119
Tints of Hacienda #9F8119
RGB
CMYK
RGB Variations
Color information
#9F8119 (or 0x9F8119) is known color: Hacienda. HEX triplet: 9F, 81 and 19. RGB value is (159,129,25). Sum of RGB (Red+Green+Blue) = 159+129+25=313 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.80% from 313); Green value is 129 (50.78% from 255 or 41.21% from 313); Blue value is 25 (10.16% from 255 or 7.99% from 313); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8119 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9F8119 is #607EE6. Grayscale: #7E7E7E. Windows color (decimal): -6323943 or 1671583. OLE color: 1671583.
HSL color Cylindrical-coordinate representation of color #9F8119: hue angle of 46.57º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9F8119 is Cyan = 0, Magento = 0.19, Yellow = 0.84 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 129 | 25 | - |
| CMYK | 0 | 0.19 | 0.84 | 0.38 |
| HSL | 46.57º | 0.73% | 0.36% | - |
| HSV(B) | 46.57º | 0.84% | 0.62% | - |
| XYZ | 22.32 | 23.14 | 4.21 | - |
| YUV | 126.11 | 70.94 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 129 | 25 | 0 | 0.19 | 0.84 | 0.38 | 46.57 | 0.73 | 0.36 |
| Hex | 9F | 81 | 19 | 0 | 13 | 54 | 26 | 2F | 49 | 24 |
| Octal | 237 | 201 | 31 | 0 | 23 | 124 | 46 | 57 | 111 | 44 |
| Binary | 10011111 | 10000001 | 11001 | 0 | 10011 | 1010100 | 100110 | 101111 | 1001001 | 100100 |
Color Harmonies of #9F8119
Complementary color
Monochromatic Colors of #9F8119
Black with #9F8119
Text Example
Text Example
White with #9F8119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8119; }
p { color: rgb(159,129,25); }
H1.HeaderClassName
{
color: #9F8119;
}
.AnyTagClassName
{
color: #9F8119;
}
</style>
background-color css
<style>
a { background-color: #9F8119; }
a { background-color: rgb(159,129,25); }
div.DivClassName
{
background-color: #9F8119;
}
.BgClassName
{
background-color: #9F8119;
}
</style>
border-color css
<style>
span { border-color: #9F8119; }
span { border-color: rgb(159,129,25); }
td.TdClassName
{
border-color: #9F8119;
}
.TagClassName
{
border-color: #9F8119;
}
</style>