Shades of Hacienda #987D1D
Tints of Hacienda #987D1D
RGB
CMYK
RGB Variations
Color information
#987D1D (or 0x987D1D) is known color: Hacienda. HEX triplet: 98, 7D and 1D. RGB value is (152,125,29). Sum of RGB (Red+Green+Blue) = 152+125+29=306 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.67% from 306); Green value is 125 (49.22% from 255 or 40.85% from 306); Blue value is 29 (11.72% from 255 or 9.48% from 306); Max value from RGB is 152 - color contains mainly: red. Hex color #987D1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987D1D is #6782E2. Grayscale: #7A7A7A. Windows color (decimal): -6783715 or 1932696. OLE color: 1932696.
HSL color Cylindrical-coordinate representation of color #987D1D: hue angle of 46.83º 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 #987D1D is Cyan = 0, Magento = 0.18, Yellow = 0.81 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 125 | 29 | - |
| CMYK | 0 | 0.18 | 0.81 | 0.40 |
| HSL | 46.83º | 0.68% | 0.35% | - |
| HSV(B) | 46.83º | 0.81% | 0.6% | - |
| XYZ | 20.5 | 21.43 | 4.22 | - |
| YUV | 122.13 | 75.45 | 149.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 125 | 29 | 0 | 0.18 | 0.81 | 0.40 | 46.83 | 0.68 | 0.35 |
| Hex | 98 | 7D | 1D | 0 | 12 | 51 | 28 | 2F | 44 | 23 |
| Octal | 230 | 175 | 35 | 0 | 22 | 121 | 50 | 57 | 104 | 43 |
| Binary | 10011000 | 1111101 | 11101 | 0 | 10010 | 1010001 | 101000 | 101111 | 1000100 | 100011 |
Color Harmonies of #987D1D
Complementary color
Monochromatic Colors of #987D1D
Black with #987D1D
Text Example
Text Example
White with #987D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987D1D; }
p { color: rgb(152,125,29); }
H1.HeaderClassName
{
color: #987D1D;
}
.AnyTagClassName
{
color: #987D1D;
}
</style>
background-color css
<style>
a { background-color: #987D1D; }
a { background-color: rgb(152,125,29); }
div.DivClassName
{
background-color: #987D1D;
}
.BgClassName
{
background-color: #987D1D;
}
</style>
border-color css
<style>
span { border-color: #987D1D; }
span { border-color: rgb(152,125,29); }
td.TdClassName
{
border-color: #987D1D;
}
.TagClassName
{
border-color: #987D1D;
}
</style>