Shades of Hacienda #987C19
Tints of Hacienda #987C19
RGB
CMYK
RGB Variations
Color information
#987C19 (or 0x987C19) is known color: Hacienda. HEX triplet: 98, 7C and 19. RGB value is (152,124,25). Sum of RGB (Red+Green+Blue) = 152+124+25=301 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.50% from 301); Green value is 124 (48.83% from 255 or 41.20% from 301); Blue value is 25 (10.16% from 255 or 8.31% from 301); Max value from RGB is 152 - color contains mainly: red. Hex color #987C19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #987C19 is #6783E6. Grayscale: #797979. Windows color (decimal): -6783975 or 1670296. OLE color: 1670296.
HSL color Cylindrical-coordinate representation of color #987C19: hue angle of 46.77º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #987C19 is Cyan = 0, Magento = 0.18, Yellow = 0.84 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 124 | 25 | - |
| CMYK | 0 | 0.18 | 0.84 | 0.40 |
| HSL | 46.77º | 0.72% | 0.35% | - |
| HSV(B) | 46.77º | 0.84% | 0.6% | - |
| XYZ | 20.33 | 21.16 | 3.93 | - |
| YUV | 121.09 | 73.78 | 150.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 124 | 25 | 0 | 0.18 | 0.84 | 0.40 | 46.77 | 0.72 | 0.35 |
| Hex | 98 | 7C | 19 | 0 | 12 | 54 | 28 | 2F | 48 | 23 |
| Octal | 230 | 174 | 31 | 0 | 22 | 124 | 50 | 57 | 110 | 43 |
| Binary | 10011000 | 1111100 | 11001 | 0 | 10010 | 1010100 | 101000 | 101111 | 1001000 | 100011 |
Color Harmonies of #987C19
Complementary color
Monochromatic Colors of #987C19
Black with #987C19
Text Example
Text Example
White with #987C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987C19; }
p { color: rgb(152,124,25); }
H1.HeaderClassName
{
color: #987C19;
}
.AnyTagClassName
{
color: #987C19;
}
</style>
background-color css
<style>
a { background-color: #987C19; }
a { background-color: rgb(152,124,25); }
div.DivClassName
{
background-color: #987C19;
}
.BgClassName
{
background-color: #987C19;
}
</style>
border-color css
<style>
span { border-color: #987C19; }
span { border-color: rgb(152,124,25); }
td.TdClassName
{
border-color: #987C19;
}
.TagClassName
{
border-color: #987C19;
}
</style>