Shades of Hacienda #987B29
Tints of Hacienda #987B29
RGB
CMYK
RGB Variations
Color information
#987B29 (or 0x987B29) is known color: Hacienda. HEX triplet: 98, 7B and 29. RGB value is (152,123,41). Sum of RGB (Red+Green+Blue) = 152+123+41=316 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.10% from 316); Green value is 123 (48.44% from 255 or 38.92% from 316); Blue value is 41 (16.41% from 255 or 12.97% from 316); Max value from RGB is 152 - color contains mainly: red. Hex color #987B29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987B29 is #6784D6. Grayscale: #7A7A7A. Windows color (decimal): -6784215 or 2718616. OLE color: 2718616.
HSL color Cylindrical-coordinate representation of color #987B29: hue angle of 44.32º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #987B29 is Cyan = 0, Magento = 0.19, Yellow = 0.73 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 123 | 41 | - |
| CMYK | 0 | 0.19 | 0.73 | 0.40 |
| HSL | 44.32º | 0.58% | 0.38% | - |
| HSV(B) | 44.32º | 0.73% | 0.6% | - |
| XYZ | 20.43 | 21 | 5.07 | - |
| YUV | 122.32 | 82.11 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 123 | 41 | 0 | 0.19 | 0.73 | 0.40 | 44.32 | 0.58 | 0.38 |
| Hex | 98 | 7B | 29 | 0 | 13 | 49 | 28 | 2C | 3A | 26 |
| Octal | 230 | 173 | 51 | 0 | 23 | 111 | 50 | 54 | 72 | 46 |
| Binary | 10011000 | 1111011 | 101001 | 0 | 10011 | 1001001 | 101000 | 101100 | 111010 | 100110 |
Color Harmonies of #987B29
Complementary color
Monochromatic Colors of #987B29
Black with #987B29
Text Example
Text Example
White with #987B29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987B29; }
p { color: rgb(152,123,41); }
H1.HeaderClassName
{
color: #987B29;
}
.AnyTagClassName
{
color: #987B29;
}
</style>
background-color css
<style>
a { background-color: #987B29; }
a { background-color: rgb(152,123,41); }
div.DivClassName
{
background-color: #987B29;
}
.BgClassName
{
background-color: #987B29;
}
</style>
border-color css
<style>
span { border-color: #987B29; }
span { border-color: rgb(152,123,41); }
td.TdClassName
{
border-color: #987B29;
}
.TagClassName
{
border-color: #987B29;
}
</style>