Shades of Hacienda #987C1D
Tints of Hacienda #987C1D
RGB
CMYK
RGB Variations
Color information
#987C1D (or 0x987C1D) is known color: Hacienda. HEX triplet: 98, 7C and 1D. RGB value is (152,124,29). Sum of RGB (Red+Green+Blue) = 152+124+29=305 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.84% from 305); Green value is 124 (48.83% from 255 or 40.66% from 305); Blue value is 29 (11.72% from 255 or 9.51% from 305); Max value from RGB is 152 - color contains mainly: red. Hex color #987C1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987C1D is #6783E2. Grayscale: #797979. Windows color (decimal): -6783971 or 1932440. OLE color: 1932440.
HSL color Cylindrical-coordinate representation of color #987C1D: hue angle of 46.34º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #987C1D is Cyan = 0, Magento = 0.18, Yellow = 0.81 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 124 | 29 | - |
| CMYK | 0 | 0.18 | 0.81 | 0.40 |
| HSL | 46.34º | 0.68% | 0.35% | - |
| HSV(B) | 46.34º | 0.81% | 0.6% | - |
| XYZ | 20.38 | 21.18 | 4.18 | - |
| YUV | 121.54 | 75.78 | 149.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 124 | 29 | 0 | 0.18 | 0.81 | 0.40 | 46.34 | 0.68 | 0.35 |
| Hex | 98 | 7C | 1D | 0 | 12 | 51 | 28 | 2E | 44 | 23 |
| Octal | 230 | 174 | 35 | 0 | 22 | 121 | 50 | 56 | 104 | 43 |
| Binary | 10011000 | 1111100 | 11101 | 0 | 10010 | 1010001 | 101000 | 101110 | 1000100 | 100011 |
Color Harmonies of #987C1D
Complementary color
Monochromatic Colors of #987C1D
Black with #987C1D
Text Example
Text Example
White with #987C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987C1D; }
p { color: rgb(152,124,29); }
H1.HeaderClassName
{
color: #987C1D;
}
.AnyTagClassName
{
color: #987C1D;
}
</style>
background-color css
<style>
a { background-color: #987C1D; }
a { background-color: rgb(152,124,29); }
div.DivClassName
{
background-color: #987C1D;
}
.BgClassName
{
background-color: #987C1D;
}
</style>
border-color css
<style>
span { border-color: #987C1D; }
span { border-color: rgb(152,124,29); }
td.TdClassName
{
border-color: #987C1D;
}
.TagClassName
{
border-color: #987C1D;
}
</style>