Shades of Hacienda #987C0D
Tints of Hacienda #987C0D
RGB
CMYK
RGB Variations
Color information
#987C0D (or 0x987C0D) is known color: Hacienda. HEX triplet: 98, 7C and 0D. RGB value is (152,124,13). Sum of RGB (Red+Green+Blue) = 152+124+13=289 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.60% from 289); Green value is 124 (48.83% from 255 or 42.91% from 289); Blue value is 13 (5.47% from 255 or 4.50% from 289); Max value from RGB is 152 - color contains mainly: red. Hex color #987C0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #987C0D is #6783F2. Grayscale: #787878. Windows color (decimal): -6783987 or 883864. OLE color: 883864.
HSL color Cylindrical-coordinate representation of color #987C0D: hue angle of 47.91º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #987C0D is Cyan = 0, Magento = 0.18, Yellow = 0.91 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 124 | 13 | - |
| CMYK | 0 | 0.18 | 0.91 | 0.40 |
| HSL | 47.91º | 0.84% | 0.32% | - |
| HSV(B) | 47.91º | 0.91% | 0.6% | - |
| XYZ | 20.23 | 21.12 | 3.39 | - |
| YUV | 119.72 | 67.78 | 151.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 124 | 13 | 0 | 0.18 | 0.91 | 0.40 | 47.91 | 0.84 | 0.32 |
| Hex | 98 | 7C | D | 0 | 12 | 5B | 28 | 30 | 54 | 20 |
| Octal | 230 | 174 | 15 | 0 | 22 | 133 | 50 | 60 | 124 | 40 |
| Binary | 10011000 | 1111100 | 1101 | 0 | 10010 | 1011011 | 101000 | 110000 | 1010100 | 100000 |
Color Harmonies of #987C0D
Complementary color
Monochromatic Colors of #987C0D
Black with #987C0D
Text Example
Text Example
White with #987C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987C0D; }
p { color: rgb(152,124,13); }
H1.HeaderClassName
{
color: #987C0D;
}
.AnyTagClassName
{
color: #987C0D;
}
</style>
background-color css
<style>
a { background-color: #987C0D; }
a { background-color: rgb(152,124,13); }
div.DivClassName
{
background-color: #987C0D;
}
.BgClassName
{
background-color: #987C0D;
}
</style>
border-color css
<style>
span { border-color: #987C0D; }
span { border-color: rgb(152,124,13); }
td.TdClassName
{
border-color: #987C0D;
}
.TagClassName
{
border-color: #987C0D;
}
</style>