Shades of Hacienda #987C28
Tints of Hacienda #987C28
RGB
CMYK
RGB Variations
Color information
#987C28 (or 0x987C28) is known color: Hacienda. HEX triplet: 98, 7C and 28. RGB value is (152,124,40). Sum of RGB (Red+Green+Blue) = 152+124+40=316 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.10% from 316); Green value is 124 (48.83% from 255 or 39.24% from 316); Blue value is 40 (16.02% from 255 or 12.66% from 316); Max value from RGB is 152 - color contains mainly: red. Hex color #987C28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987C28 is #6783D7. Grayscale: #7B7B7B. Windows color (decimal): -6783960 or 2653336. OLE color: 2653336.
HSL color Cylindrical-coordinate representation of color #987C28: hue angle of 45º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #987C28 is Cyan = 0, Magento = 0.18, Yellow = 0.74 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 124 | 40 | - |
| CMYK | 0 | 0.18 | 0.74 | 0.40 |
| HSL | 45º | 0.58% | 0.38% | - |
| HSV(B) | 45º | 0.74% | 0.6% | - |
| XYZ | 20.54 | 21.24 | 5.03 | - |
| YUV | 122.8 | 81.28 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 124 | 40 | 0 | 0.18 | 0.74 | 0.40 | 45 | 0.58 | 0.38 |
| Hex | 98 | 7C | 28 | 0 | 12 | 4A | 28 | 2D | 3A | 26 |
| Octal | 230 | 174 | 50 | 0 | 22 | 112 | 50 | 55 | 72 | 46 |
| Binary | 10011000 | 1111100 | 101000 | 0 | 10010 | 1001010 | 101000 | 101101 | 111010 | 100110 |
Color Harmonies of #987C28
Complementary color
Monochromatic Colors of #987C28
Black with #987C28
Text Example
Text Example
White with #987C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987C28; }
p { color: rgb(152,124,40); }
H1.HeaderClassName
{
color: #987C28;
}
.AnyTagClassName
{
color: #987C28;
}
</style>
background-color css
<style>
a { background-color: #987C28; }
a { background-color: rgb(152,124,40); }
div.DivClassName
{
background-color: #987C28;
}
.BgClassName
{
background-color: #987C28;
}
</style>
border-color css
<style>
span { border-color: #987C28; }
span { border-color: rgb(152,124,40); }
td.TdClassName
{
border-color: #987C28;
}
.TagClassName
{
border-color: #987C28;
}
</style>