Shades of Hacienda #9F8719
Tints of Hacienda #9F8719
RGB
CMYK
RGB Variations
Color information
#9F8719 (or 0x9F8719) is known color: Hacienda. HEX triplet: 9F, 87 and 19. RGB value is (159,135,25). Sum of RGB (Red+Green+Blue) = 159+135+25=319 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.84% from 319); Green value is 135 (53.12% from 255 or 42.32% from 319); Blue value is 25 (10.16% from 255 or 7.84% from 319); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8719 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9F8719 is #6078E6. Grayscale: #828282. Windows color (decimal): -6322407 or 1673119. OLE color: 1673119.
HSL color Cylindrical-coordinate representation of color #9F8719: hue angle of 49.25º 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 #9F8719 is Cyan = 0, Magento = 0.15, Yellow = 0.84 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 135 | 25 | - |
| CMYK | 0 | 0.15 | 0.84 | 0.38 |
| HSL | 49.25º | 0.73% | 0.36% | - |
| HSV(B) | 49.25º | 0.84% | 0.62% | - |
| XYZ | 23.14 | 24.77 | 4.48 | - |
| YUV | 129.64 | 68.95 | 148.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 135 | 25 | 0 | 0.15 | 0.84 | 0.38 | 49.25 | 0.73 | 0.36 |
| Hex | 9F | 87 | 19 | 0 | F | 54 | 26 | 31 | 49 | 24 |
| Octal | 237 | 207 | 31 | 0 | 17 | 124 | 46 | 61 | 111 | 44 |
| Binary | 10011111 | 10000111 | 11001 | 0 | 1111 | 1010100 | 100110 | 110001 | 1001001 | 100100 |
Color Harmonies of #9F8719
Complementary color
Monochromatic Colors of #9F8719
Black with #9F8719
Text Example
Text Example
White with #9F8719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8719; }
p { color: rgb(159,135,25); }
H1.HeaderClassName
{
color: #9F8719;
}
.AnyTagClassName
{
color: #9F8719;
}
</style>
background-color css
<style>
a { background-color: #9F8719; }
a { background-color: rgb(159,135,25); }
div.DivClassName
{
background-color: #9F8719;
}
.BgClassName
{
background-color: #9F8719;
}
</style>
border-color css
<style>
span { border-color: #9F8719; }
span { border-color: rgb(159,135,25); }
td.TdClassName
{
border-color: #9F8719;
}
.TagClassName
{
border-color: #9F8719;
}
</style>