Shades of Hacienda #9F8919
Tints of Hacienda #9F8919
RGB
CMYK
RGB Variations
Color information
#9F8919 (or 0x9F8919) is known color: Hacienda. HEX triplet: 9F, 89 and 19. RGB value is (159,137,25). Sum of RGB (Red+Green+Blue) = 159+137+25=321 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.53% from 321); Green value is 137 (53.91% from 255 or 42.68% from 321); Blue value is 25 (10.16% from 255 or 7.79% from 321); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8919 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9F8919 is #6076E6. Grayscale: #838383. Windows color (decimal): -6321895 or 1673631. OLE color: 1673631.
HSL color Cylindrical-coordinate representation of color #9F8919: hue angle of 50.15º 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 #9F8919 is Cyan = 0, Magento = 0.14, Yellow = 0.84 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 137 | 25 | - |
| CMYK | 0 | 0.14 | 0.84 | 0.38 |
| HSL | 50.15º | 0.73% | 0.36% | - |
| HSV(B) | 50.15º | 0.84% | 0.62% | - |
| XYZ | 23.42 | 25.33 | 4.58 | - |
| YUV | 130.81 | 68.29 | 148.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 137 | 25 | 0 | 0.14 | 0.84 | 0.38 | 50.15 | 0.73 | 0.36 |
| Hex | 9F | 89 | 19 | 0 | E | 54 | 26 | 32 | 49 | 24 |
| Octal | 237 | 211 | 31 | 0 | 16 | 124 | 46 | 62 | 111 | 44 |
| Binary | 10011111 | 10001001 | 11001 | 0 | 1110 | 1010100 | 100110 | 110010 | 1001001 | 100100 |
Color Harmonies of #9F8919
Complementary color
Monochromatic Colors of #9F8919
Black with #9F8919
Text Example
Text Example
White with #9F8919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8919; }
p { color: rgb(159,137,25); }
H1.HeaderClassName
{
color: #9F8919;
}
.AnyTagClassName
{
color: #9F8919;
}
</style>
background-color css
<style>
a { background-color: #9F8919; }
a { background-color: rgb(159,137,25); }
div.DivClassName
{
background-color: #9F8919;
}
.BgClassName
{
background-color: #9F8919;
}
</style>
border-color css
<style>
span { border-color: #9F8919; }
span { border-color: rgb(159,137,25); }
td.TdClassName
{
border-color: #9F8919;
}
.TagClassName
{
border-color: #9F8919;
}
</style>