Shades of Hacienda #9F871C
Tints of Hacienda #9F871C
RGB
CMYK
RGB Variations
Color information
#9F871C (or 0x9F871C) is known color: Hacienda. HEX triplet: 9F, 87 and 1C. RGB value is (159,135,28). Sum of RGB (Red+Green+Blue) = 159+135+28=322 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.38% from 322); Green value is 135 (53.12% from 255 or 41.93% from 322); Blue value is 28 (11.33% from 255 or 8.70% from 322); Max value from RGB is 159 - color contains mainly: red. Hex color #9F871C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F871C is #6078E3. Grayscale: #828282. Windows color (decimal): -6322404 or 1869727. OLE color: 1869727.
HSL color Cylindrical-coordinate representation of color #9F871C: hue angle of 49.01º 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 #9F871C is Cyan = 0, Magento = 0.15, Yellow = 0.82 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 135 | 28 | - |
| CMYK | 0 | 0.15 | 0.82 | 0.38 |
| HSL | 49.01º | 0.7% | 0.37% | - |
| HSV(B) | 49.01º | 0.82% | 0.62% | - |
| XYZ | 23.17 | 24.78 | 4.66 | - |
| YUV | 129.98 | 70.45 | 148.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 135 | 28 | 0 | 0.15 | 0.82 | 0.38 | 49.01 | 0.7 | 0.37 |
| Hex | 9F | 87 | 1C | 0 | F | 52 | 26 | 31 | 46 | 25 |
| Octal | 237 | 207 | 34 | 0 | 17 | 122 | 46 | 61 | 106 | 45 |
| Binary | 10011111 | 10000111 | 11100 | 0 | 1111 | 1010010 | 100110 | 110001 | 1000110 | 100101 |
Color Harmonies of #9F871C
Complementary color
Monochromatic Colors of #9F871C
Black with #9F871C
Text Example
Text Example
White with #9F871C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F871C; }
p { color: rgb(159,135,28); }
H1.HeaderClassName
{
color: #9F871C;
}
.AnyTagClassName
{
color: #9F871C;
}
</style>
background-color css
<style>
a { background-color: #9F871C; }
a { background-color: rgb(159,135,28); }
div.DivClassName
{
background-color: #9F871C;
}
.BgClassName
{
background-color: #9F871C;
}
</style>
border-color css
<style>
span { border-color: #9F871C; }
span { border-color: rgb(159,135,28); }
td.TdClassName
{
border-color: #9F871C;
}
.TagClassName
{
border-color: #9F871C;
}
</style>