Shades of Hacienda #9F7908
Tints of Hacienda #9F7908
RGB
CMYK
RGB Variations
Color information
#9F7908 (or 0x9F7908) is known color: Hacienda. HEX triplet: 9F, 79 and 08. RGB value is (159,121,8). Sum of RGB (Red+Green+Blue) = 159+121+8=288 (38% of max value = 765). Red value is 159 (62.5% from 255 or 55.21% from 288); Green value is 121 (47.66% from 255 or 42.01% from 288); Blue value is 8 (3.52% from 255 or 2.78% from 288); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7908 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F7908 is #6086F7. Grayscale: #777777. Windows color (decimal): -6326008 or 555423. OLE color: 555423.
HSL color Cylindrical-coordinate representation of color #9F7908: hue angle of 44.9º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9F7908 is Cyan = 0, Magento = 0.24, Yellow = 0.95 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 121 | 8 | - |
| CMYK | 0 | 0.24 | 0.95 | 0.38 |
| HSL | 44.9º | 0.9% | 0.33% | - |
| HSV(B) | 44.9º | 0.95% | 0.62% | - |
| XYZ | 21.18 | 21.06 | 3.18 | - |
| YUV | 119.48 | 65.09 | 156.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 121 | 8 | 0 | 0.24 | 0.95 | 0.38 | 44.9 | 0.9 | 0.33 |
| Hex | 9F | 79 | 8 | 0 | 18 | 5F | 26 | 2D | 5A | 21 |
| Octal | 237 | 171 | 10 | 0 | 30 | 137 | 46 | 55 | 132 | 41 |
| Binary | 10011111 | 1111001 | 1000 | 0 | 11000 | 1011111 | 100110 | 101101 | 1011010 | 100001 |
Color Harmonies of #9F7908
Complementary color
Monochromatic Colors of #9F7908
Black with #9F7908
Text Example
Text Example
White with #9F7908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7908; }
p { color: rgb(159,121,8); }
H1.HeaderClassName
{
color: #9F7908;
}
.AnyTagClassName
{
color: #9F7908;
}
</style>
background-color css
<style>
a { background-color: #9F7908; }
a { background-color: rgb(159,121,8); }
div.DivClassName
{
background-color: #9F7908;
}
.BgClassName
{
background-color: #9F7908;
}
</style>
border-color css
<style>
span { border-color: #9F7908; }
span { border-color: rgb(159,121,8); }
td.TdClassName
{
border-color: #9F7908;
}
.TagClassName
{
border-color: #9F7908;
}
</style>