Shades of Hacienda #987C2A
Tints of Hacienda #987C2A
RGB
CMYK
RGB Variations
Color information
#987C2A (or 0x987C2A) is known color: Hacienda. HEX triplet: 98, 7C and 2A. RGB value is (152,124,42). Sum of RGB (Red+Green+Blue) = 152+124+42=318 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.80% from 318); Green value is 124 (48.83% from 255 or 38.99% from 318); Blue value is 42 (16.80% from 255 or 13.21% from 318); Max value from RGB is 152 - color contains mainly: red. Hex color #987C2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987C2A is #6783D5. Grayscale: #7B7B7B. Windows color (decimal): -6783958 or 2784408. OLE color: 2784408.
HSL color Cylindrical-coordinate representation of color #987C2A: hue angle of 44.73º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #987C2A is Cyan = 0, Magento = 0.18, Yellow = 0.72 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 124 | 42 | - |
| CMYK | 0 | 0.18 | 0.72 | 0.40 |
| HSL | 44.73º | 0.57% | 0.38% | - |
| HSV(B) | 44.73º | 0.72% | 0.6% | - |
| XYZ | 20.57 | 21.26 | 5.21 | - |
| YUV | 123.02 | 82.28 | 148.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 124 | 42 | 0 | 0.18 | 0.72 | 0.40 | 44.73 | 0.57 | 0.38 |
| Hex | 98 | 7C | 2A | 0 | 12 | 48 | 28 | 2D | 39 | 26 |
| Octal | 230 | 174 | 52 | 0 | 22 | 110 | 50 | 55 | 71 | 46 |
| Binary | 10011000 | 1111100 | 101010 | 0 | 10010 | 1001000 | 101000 | 101101 | 111001 | 100110 |
Color Harmonies of #987C2A
Complementary color
Monochromatic Colors of #987C2A
Black with #987C2A
Text Example
Text Example
White with #987C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987C2A; }
p { color: rgb(152,124,42); }
H1.HeaderClassName
{
color: #987C2A;
}
.AnyTagClassName
{
color: #987C2A;
}
</style>
background-color css
<style>
a { background-color: #987C2A; }
a { background-color: rgb(152,124,42); }
div.DivClassName
{
background-color: #987C2A;
}
.BgClassName
{
background-color: #987C2A;
}
</style>
border-color css
<style>
span { border-color: #987C2A; }
span { border-color: rgb(152,124,42); }
td.TdClassName
{
border-color: #987C2A;
}
.TagClassName
{
border-color: #987C2A;
}
</style>