Shades of Hacienda #987421
Tints of Hacienda #987421
RGB
CMYK
RGB Variations
Color information
#987421 (or 0x987421) is known color: Hacienda. HEX triplet: 98, 74 and 21. RGB value is (152,116,33). Sum of RGB (Red+Green+Blue) = 152+116+33=301 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.50% from 301); Green value is 116 (45.70% from 255 or 38.54% from 301); Blue value is 33 (13.28% from 255 or 10.96% from 301); Max value from RGB is 152 - color contains mainly: red. Hex color #987421 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987421 is #678BDE. Grayscale: #757575. Windows color (decimal): -6786015 or 2192536. OLE color: 2192536.
HSL color Cylindrical-coordinate representation of color #987421: hue angle of 41.85º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #987421 is Cyan = 0, Magento = 0.24, Yellow = 0.78 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 116 | 33 | - |
| CMYK | 0 | 0.24 | 0.78 | 0.40 |
| HSL | 41.85º | 0.64% | 0.36% | - |
| HSV(B) | 41.85º | 0.78% | 0.6% | - |
| XYZ | 19.47 | 19.28 | 4.13 | - |
| YUV | 117.3 | 80.43 | 152.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 116 | 33 | 0 | 0.24 | 0.78 | 0.40 | 41.85 | 0.64 | 0.36 |
| Hex | 98 | 74 | 21 | 0 | 18 | 4E | 28 | 2A | 40 | 24 |
| Octal | 230 | 164 | 41 | 0 | 30 | 116 | 50 | 52 | 100 | 44 |
| Binary | 10011000 | 1110100 | 100001 | 0 | 11000 | 1001110 | 101000 | 101010 | 1000000 | 100100 |
Color Harmonies of #987421
Complementary color
Monochromatic Colors of #987421
Black with #987421
Text Example
Text Example
White with #987421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987421; }
p { color: rgb(152,116,33); }
H1.HeaderClassName
{
color: #987421;
}
.AnyTagClassName
{
color: #987421;
}
</style>
background-color css
<style>
a { background-color: #987421; }
a { background-color: rgb(152,116,33); }
div.DivClassName
{
background-color: #987421;
}
.BgClassName
{
background-color: #987421;
}
</style>
border-color css
<style>
span { border-color: #987421; }
span { border-color: rgb(152,116,33); }
td.TdClassName
{
border-color: #987421;
}
.TagClassName
{
border-color: #987421;
}
</style>