Shades of Hacienda #987521
Tints of Hacienda #987521
RGB
CMYK
RGB Variations
Color information
#987521 (or 0x987521) is known color: Hacienda. HEX triplet: 98, 75 and 21. RGB value is (152,117,33). Sum of RGB (Red+Green+Blue) = 152+117+33=302 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50.33% from 302); Green value is 117 (46.09% from 255 or 38.74% from 302); Blue value is 33 (13.28% from 255 or 10.93% from 302); Max value from RGB is 152 - color contains mainly: red. Hex color #987521 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987521 is #678ADE. Grayscale: #767676. Windows color (decimal): -6785759 or 2192792. OLE color: 2192792.
HSL color Cylindrical-coordinate representation of color #987521: hue angle of 42.35º 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 #987521 is Cyan = 0, Magento = 0.23, Yellow = 0.78 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 117 | 33 | - |
| CMYK | 0 | 0.23 | 0.78 | 0.40 |
| HSL | 42.35º | 0.64% | 0.36% | - |
| HSV(B) | 42.35º | 0.78% | 0.6% | - |
| XYZ | 19.58 | 19.51 | 4.17 | - |
| YUV | 117.89 | 80.1 | 152.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 117 | 33 | 0 | 0.23 | 0.78 | 0.40 | 42.35 | 0.64 | 0.36 |
| Hex | 98 | 75 | 21 | 0 | 17 | 4E | 28 | 2A | 40 | 24 |
| Octal | 230 | 165 | 41 | 0 | 27 | 116 | 50 | 52 | 100 | 44 |
| Binary | 10011000 | 1110101 | 100001 | 0 | 10111 | 1001110 | 101000 | 101010 | 1000000 | 100100 |
Color Harmonies of #987521
Complementary color
Monochromatic Colors of #987521
Black with #987521
Text Example
Text Example
White with #987521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987521; }
p { color: rgb(152,117,33); }
H1.HeaderClassName
{
color: #987521;
}
.AnyTagClassName
{
color: #987521;
}
</style>
background-color css
<style>
a { background-color: #987521; }
a { background-color: rgb(152,117,33); }
div.DivClassName
{
background-color: #987521;
}
.BgClassName
{
background-color: #987521;
}
</style>
border-color css
<style>
span { border-color: #987521; }
span { border-color: rgb(152,117,33); }
td.TdClassName
{
border-color: #987521;
}
.TagClassName
{
border-color: #987521;
}
</style>