Shades of Hacienda #987C27
Tints of Hacienda #987C27
RGB
CMYK
RGB Variations
Color information
#987C27 (or 0x987C27) is known color: Hacienda. HEX triplet: 98, 7C and 27. RGB value is (152,124,39). Sum of RGB (Red+Green+Blue) = 152+124+39=315 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.25% from 315); Green value is 124 (48.83% from 255 or 39.37% from 315); Blue value is 39 (15.62% from 255 or 12.38% from 315); Max value from RGB is 152 - color contains mainly: red. Hex color #987C27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987C27 is #6783D8. Grayscale: #7B7B7B. Windows color (decimal): -6783961 or 2587800. OLE color: 2587800.
HSL color Cylindrical-coordinate representation of color #987C27: hue angle of 45.13º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #987C27 is Cyan = 0, Magento = 0.18, Yellow = 0.74 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 124 | 39 | - |
| CMYK | 0 | 0.18 | 0.74 | 0.40 |
| HSL | 45.13º | 0.59% | 0.37% | - |
| HSV(B) | 45.13º | 0.74% | 0.6% | - |
| XYZ | 20.52 | 21.24 | 4.94 | - |
| YUV | 122.68 | 80.78 | 148.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 124 | 39 | 0 | 0.18 | 0.74 | 0.40 | 45.13 | 0.59 | 0.37 |
| Hex | 98 | 7C | 27 | 0 | 12 | 4A | 28 | 2D | 3B | 25 |
| Octal | 230 | 174 | 47 | 0 | 22 | 112 | 50 | 55 | 73 | 45 |
| Binary | 10011000 | 1111100 | 100111 | 0 | 10010 | 1001010 | 101000 | 101101 | 111011 | 100101 |
Color Harmonies of #987C27
Complementary color
Monochromatic Colors of #987C27
Black with #987C27
Text Example
Text Example
White with #987C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987C27; }
p { color: rgb(152,124,39); }
H1.HeaderClassName
{
color: #987C27;
}
.AnyTagClassName
{
color: #987C27;
}
</style>
background-color css
<style>
a { background-color: #987C27; }
a { background-color: rgb(152,124,39); }
div.DivClassName
{
background-color: #987C27;
}
.BgClassName
{
background-color: #987C27;
}
</style>
border-color css
<style>
span { border-color: #987C27; }
span { border-color: rgb(152,124,39); }
td.TdClassName
{
border-color: #987C27;
}
.TagClassName
{
border-color: #987C27;
}
</style>