Shades of Hacienda #9F7819
Tints of Hacienda #9F7819
RGB
CMYK
RGB Variations
Color information
#9F7819 (or 0x9F7819) is known color: Hacienda. HEX triplet: 9F, 78 and 19. RGB value is (159,120,25). Sum of RGB (Red+Green+Blue) = 159+120+25=304 (40% of max value = 765). Red value is 159 (62.5% from 255 or 52.30% from 304); Green value is 120 (47.27% from 255 or 39.47% from 304); Blue value is 25 (10.16% from 255 or 8.22% from 304); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7819 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F7819 is #6087E6. Grayscale: #797979. Windows color (decimal): -6326247 or 1669279. OLE color: 1669279.
HSL color Cylindrical-coordinate representation of color #9F7819: hue angle of 42.54º 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 #9F7819 is Cyan = 0, Magento = 0.25, Yellow = 0.84 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 120 | 25 | - |
| CMYK | 0 | 0.25 | 0.84 | 0.38 |
| HSL | 42.54º | 0.73% | 0.36% | - |
| HSV(B) | 42.54º | 0.84% | 0.62% | - |
| XYZ | 21.19 | 20.87 | 3.83 | - |
| YUV | 120.83 | 73.92 | 155.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 120 | 25 | 0 | 0.25 | 0.84 | 0.38 | 42.54 | 0.73 | 0.36 |
| Hex | 9F | 78 | 19 | 0 | 19 | 54 | 26 | 2B | 49 | 24 |
| Octal | 237 | 170 | 31 | 0 | 31 | 124 | 46 | 53 | 111 | 44 |
| Binary | 10011111 | 1111000 | 11001 | 0 | 11001 | 1010100 | 100110 | 101011 | 1001001 | 100100 |
Color Harmonies of #9F7819
Complementary color
Monochromatic Colors of #9F7819
Black with #9F7819
Text Example
Text Example
White with #9F7819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7819; }
p { color: rgb(159,120,25); }
H1.HeaderClassName
{
color: #9F7819;
}
.AnyTagClassName
{
color: #9F7819;
}
</style>
background-color css
<style>
a { background-color: #9F7819; }
a { background-color: rgb(159,120,25); }
div.DivClassName
{
background-color: #9F7819;
}
.BgClassName
{
background-color: #9F7819;
}
</style>
border-color css
<style>
span { border-color: #9F7819; }
span { border-color: rgb(159,120,25); }
td.TdClassName
{
border-color: #9F7819;
}
.TagClassName
{
border-color: #9F7819;
}
</style>