Shades of Hacienda #9F801C
Tints of Hacienda #9F801C
RGB
CMYK
RGB Variations
Color information
#9F801C (or 0x9F801C) is known color: Hacienda. HEX triplet: 9F, 80 and 1C. RGB value is (159,128,28). Sum of RGB (Red+Green+Blue) = 159+128+28=315 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.48% from 315); Green value is 128 (50.39% from 255 or 40.63% from 315); Blue value is 28 (11.33% from 255 or 8.89% from 315); Max value from RGB is 159 - color contains mainly: red. Hex color #9F801C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F801C is #607FE3. Grayscale: #7E7E7E. Windows color (decimal): -6324196 or 1867935. OLE color: 1867935.
HSL color Cylindrical-coordinate representation of color #9F801C: hue angle of 45.8º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9F801C is Cyan = 0, Magento = 0.19, Yellow = 0.82 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 128 | 28 | - |
| CMYK | 0 | 0.19 | 0.82 | 0.38 |
| HSL | 45.8º | 0.7% | 0.37% | - |
| HSV(B) | 45.8º | 0.82% | 0.62% | - |
| XYZ | 22.23 | 22.89 | 4.35 | - |
| YUV | 125.87 | 72.77 | 151.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 128 | 28 | 0 | 0.19 | 0.82 | 0.38 | 45.8 | 0.7 | 0.37 |
| Hex | 9F | 80 | 1C | 0 | 13 | 52 | 26 | 2E | 46 | 25 |
| Octal | 237 | 200 | 34 | 0 | 23 | 122 | 46 | 56 | 106 | 45 |
| Binary | 10011111 | 10000000 | 11100 | 0 | 10011 | 1010010 | 100110 | 101110 | 1000110 | 100101 |
Color Harmonies of #9F801C
Complementary color
Monochromatic Colors of #9F801C
Black with #9F801C
Text Example
Text Example
White with #9F801C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F801C; }
p { color: rgb(159,128,28); }
H1.HeaderClassName
{
color: #9F801C;
}
.AnyTagClassName
{
color: #9F801C;
}
</style>
background-color css
<style>
a { background-color: #9F801C; }
a { background-color: rgb(159,128,28); }
div.DivClassName
{
background-color: #9F801C;
}
.BgClassName
{
background-color: #9F801C;
}
</style>
border-color css
<style>
span { border-color: #9F801C; }
span { border-color: rgb(159,128,28); }
td.TdClassName
{
border-color: #9F801C;
}
.TagClassName
{
border-color: #9F801C;
}
</style>