Shades of Hacienda #987C13
Tints of Hacienda #987C13
RGB
CMYK
RGB Variations
Color information
#987C13 (or 0x987C13) is known color: Hacienda. HEX triplet: 98, 7C and 13. RGB value is (152,124,19). Sum of RGB (Red+Green+Blue) = 152+124+19=295 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.53% from 295); Green value is 124 (48.83% from 255 or 42.03% from 295); Blue value is 19 (7.81% from 255 or 6.44% from 295); Max value from RGB is 152 - color contains mainly: red. Hex color #987C13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #987C13 is #6783EC. Grayscale: #787878. Windows color (decimal): -6783981 or 1277080. OLE color: 1277080.
HSL color Cylindrical-coordinate representation of color #987C13: hue angle of 47.37º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #987C13 is Cyan = 0, Magento = 0.18, Yellow = 0.87 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 124 | 19 | - |
| CMYK | 0 | 0.18 | 0.87 | 0.40 |
| HSL | 47.37º | 0.78% | 0.34% | - |
| HSV(B) | 47.37º | 0.88% | 0.6% | - |
| XYZ | 20.27 | 21.14 | 3.63 | - |
| YUV | 120.4 | 70.78 | 150.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 124 | 19 | 0 | 0.18 | 0.87 | 0.40 | 47.37 | 0.78 | 0.34 |
| Hex | 98 | 7C | 13 | 0 | 12 | 57 | 28 | 2F | 4E | 22 |
| Octal | 230 | 174 | 23 | 0 | 22 | 127 | 50 | 57 | 116 | 42 |
| Binary | 10011000 | 1111100 | 10011 | 0 | 10010 | 1010111 | 101000 | 101111 | 1001110 | 100010 |
Color Harmonies of #987C13
Complementary color
Monochromatic Colors of #987C13
Black with #987C13
Text Example
Text Example
White with #987C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987C13; }
p { color: rgb(152,124,19); }
H1.HeaderClassName
{
color: #987C13;
}
.AnyTagClassName
{
color: #987C13;
}
</style>
background-color css
<style>
a { background-color: #987C13; }
a { background-color: rgb(152,124,19); }
div.DivClassName
{
background-color: #987C13;
}
.BgClassName
{
background-color: #987C13;
}
</style>
border-color css
<style>
span { border-color: #987C13; }
span { border-color: rgb(152,124,19); }
td.TdClassName
{
border-color: #987C13;
}
.TagClassName
{
border-color: #987C13;
}
</style>