Shades of Hacienda #9F8819
Tints of Hacienda #9F8819
RGB
CMYK
RGB Variations
Color information
#9F8819 (or 0x9F8819) is known color: Hacienda. HEX triplet: 9F, 88 and 19. RGB value is (159,136,25). Sum of RGB (Red+Green+Blue) = 159+136+25=320 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.69% from 320); Green value is 136 (53.52% from 255 or 42.5% from 320); Blue value is 25 (10.16% from 255 or 7.81% from 320); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8819 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9F8819 is #6077E6. Grayscale: #828282. Windows color (decimal): -6322151 or 1673375. OLE color: 1673375.
HSL color Cylindrical-coordinate representation of color #9F8819: hue angle of 49.7º 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 #9F8819 is Cyan = 0, Magento = 0.14, Yellow = 0.84 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 136 | 25 | - |
| CMYK | 0 | 0.14 | 0.84 | 0.38 |
| HSL | 49.7º | 0.73% | 0.36% | - |
| HSV(B) | 49.7º | 0.84% | 0.62% | - |
| XYZ | 23.28 | 25.05 | 4.53 | - |
| YUV | 130.22 | 68.62 | 148.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 136 | 25 | 0 | 0.14 | 0.84 | 0.38 | 49.7 | 0.73 | 0.36 |
| Hex | 9F | 88 | 19 | 0 | E | 54 | 26 | 32 | 49 | 24 |
| Octal | 237 | 210 | 31 | 0 | 16 | 124 | 46 | 62 | 111 | 44 |
| Binary | 10011111 | 10001000 | 11001 | 0 | 1110 | 1010100 | 100110 | 110010 | 1001001 | 100100 |
Color Harmonies of #9F8819
Complementary color
Monochromatic Colors of #9F8819
Black with #9F8819
Text Example
Text Example
White with #9F8819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8819; }
p { color: rgb(159,136,25); }
H1.HeaderClassName
{
color: #9F8819;
}
.AnyTagClassName
{
color: #9F8819;
}
</style>
background-color css
<style>
a { background-color: #9F8819; }
a { background-color: rgb(159,136,25); }
div.DivClassName
{
background-color: #9F8819;
}
.BgClassName
{
background-color: #9F8819;
}
</style>
border-color css
<style>
span { border-color: #9F8819; }
span { border-color: rgb(159,136,25); }
td.TdClassName
{
border-color: #9F8819;
}
.TagClassName
{
border-color: #9F8819;
}
</style>