Shades of Hacienda #987E1D
Tints of Hacienda #987E1D
RGB
CMYK
RGB Variations
Color information
#987E1D (or 0x987E1D) is known color: Hacienda. HEX triplet: 98, 7E and 1D. RGB value is (152,126,29). Sum of RGB (Red+Green+Blue) = 152+126+29=307 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.51% from 307); Green value is 126 (49.61% from 255 or 41.04% from 307); Blue value is 29 (11.72% from 255 or 9.45% from 307); Max value from RGB is 152 - color contains mainly: red. Hex color #987E1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987E1D is #6781E2. Grayscale: #7B7B7B. Windows color (decimal): -6783459 or 1932952. OLE color: 1932952.
HSL color Cylindrical-coordinate representation of color #987E1D: hue angle of 47.32º 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 #987E1D is Cyan = 0, Magento = 0.17, Yellow = 0.81 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 126 | 29 | - |
| CMYK | 0 | 0.17 | 0.81 | 0.40 |
| HSL | 47.32º | 0.68% | 0.35% | - |
| HSV(B) | 47.32º | 0.81% | 0.6% | - |
| XYZ | 20.63 | 21.69 | 4.26 | - |
| YUV | 122.72 | 75.11 | 148.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 126 | 29 | 0 | 0.17 | 0.81 | 0.40 | 47.32 | 0.68 | 0.35 |
| Hex | 98 | 7E | 1D | 0 | 11 | 51 | 28 | 2F | 44 | 23 |
| Octal | 230 | 176 | 35 | 0 | 21 | 121 | 50 | 57 | 104 | 43 |
| Binary | 10011000 | 1111110 | 11101 | 0 | 10001 | 1010001 | 101000 | 101111 | 1000100 | 100011 |
Color Harmonies of #987E1D
Complementary color
Monochromatic Colors of #987E1D
Black with #987E1D
Text Example
Text Example
White with #987E1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987E1D; }
p { color: rgb(152,126,29); }
H1.HeaderClassName
{
color: #987E1D;
}
.AnyTagClassName
{
color: #987E1D;
}
</style>
background-color css
<style>
a { background-color: #987E1D; }
a { background-color: rgb(152,126,29); }
div.DivClassName
{
background-color: #987E1D;
}
.BgClassName
{
background-color: #987E1D;
}
</style>
border-color css
<style>
span { border-color: #987E1D; }
span { border-color: rgb(152,126,29); }
td.TdClassName
{
border-color: #987E1D;
}
.TagClassName
{
border-color: #987E1D;
}
</style>