Shades of Hacienda #9F781F
Tints of Hacienda #9F781F
RGB
CMYK
RGB Variations
Color information
#9F781F (or 0x9F781F) is known color: Hacienda. HEX triplet: 9F, 78 and 1F. RGB value is (159,120,31). Sum of RGB (Red+Green+Blue) = 159+120+31=310 (41% of max value = 765). Red value is 159 (62.5% from 255 or 51.29% from 310); Green value is 120 (47.27% from 255 or 38.71% from 310); Blue value is 31 (12.5% from 255 or 10% from 310); Max value from RGB is 159 - color contains mainly: red. Hex color #9F781F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F781F is #6087E0. Grayscale: #797979. Windows color (decimal): -6326241 or 2062495. OLE color: 2062495.
HSL color Cylindrical-coordinate representation of color #9F781F: hue angle of 41.72º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9F781F is Cyan = 0, Magento = 0.25, Yellow = 0.81 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 120 | 31 | - |
| CMYK | 0 | 0.25 | 0.81 | 0.38 |
| HSL | 41.72º | 0.67% | 0.37% | - |
| HSV(B) | 41.72º | 0.81% | 0.62% | - |
| XYZ | 21.26 | 20.9 | 4.21 | - |
| YUV | 121.52 | 76.92 | 154.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 120 | 31 | 0 | 0.25 | 0.81 | 0.38 | 41.72 | 0.67 | 0.37 |
| Hex | 9F | 78 | 1F | 0 | 19 | 51 | 26 | 2A | 43 | 25 |
| Octal | 237 | 170 | 37 | 0 | 31 | 121 | 46 | 52 | 103 | 45 |
| Binary | 10011111 | 1111000 | 11111 | 0 | 11001 | 1010001 | 100110 | 101010 | 1000011 | 100101 |
Color Harmonies of #9F781F
Complementary color
Monochromatic Colors of #9F781F
Black with #9F781F
Text Example
Text Example
White with #9F781F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F781F; }
p { color: rgb(159,120,31); }
H1.HeaderClassName
{
color: #9F781F;
}
.AnyTagClassName
{
color: #9F781F;
}
</style>
background-color css
<style>
a { background-color: #9F781F; }
a { background-color: rgb(159,120,31); }
div.DivClassName
{
background-color: #9F781F;
}
.BgClassName
{
background-color: #9F781F;
}
</style>
border-color css
<style>
span { border-color: #9F781F; }
span { border-color: rgb(159,120,31); }
td.TdClassName
{
border-color: #9F781F;
}
.TagClassName
{
border-color: #9F781F;
}
</style>