Shades of Hacienda #987B1C
Tints of Hacienda #987B1C
RGB
CMYK
RGB Variations
Color information
#987B1C (or 0x987B1C) is known color: Hacienda. HEX triplet: 98, 7B and 1C. RGB value is (152,123,28). Sum of RGB (Red+Green+Blue) = 152+123+28=303 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50.17% from 303); Green value is 123 (48.44% from 255 or 40.59% from 303); Blue value is 28 (11.33% from 255 or 9.24% from 303); Max value from RGB is 152 - color contains mainly: red. Hex color #987B1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987B1C is #6784E3. Grayscale: #797979. Windows color (decimal): -6784228 or 1866648. OLE color: 1866648.
HSL color Cylindrical-coordinate representation of color #987B1C: hue angle of 45.97º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #987B1C is Cyan = 0, Magento = 0.19, Yellow = 0.82 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 123 | 28 | - |
| CMYK | 0 | 0.19 | 0.82 | 0.40 |
| HSL | 45.97º | 0.69% | 0.35% | - |
| HSV(B) | 45.97º | 0.82% | 0.6% | - |
| XYZ | 20.24 | 20.93 | 4.07 | - |
| YUV | 120.84 | 75.61 | 150.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 123 | 28 | 0 | 0.19 | 0.82 | 0.40 | 45.97 | 0.69 | 0.35 |
| Hex | 98 | 7B | 1C | 0 | 13 | 52 | 28 | 2E | 45 | 23 |
| Octal | 230 | 173 | 34 | 0 | 23 | 122 | 50 | 56 | 105 | 43 |
| Binary | 10011000 | 1111011 | 11100 | 0 | 10011 | 1010010 | 101000 | 101110 | 1000101 | 100011 |
Color Harmonies of #987B1C
Complementary color
Monochromatic Colors of #987B1C
Black with #987B1C
Text Example
Text Example
White with #987B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987B1C; }
p { color: rgb(152,123,28); }
H1.HeaderClassName
{
color: #987B1C;
}
.AnyTagClassName
{
color: #987B1C;
}
</style>
background-color css
<style>
a { background-color: #987B1C; }
a { background-color: rgb(152,123,28); }
div.DivClassName
{
background-color: #987B1C;
}
.BgClassName
{
background-color: #987B1C;
}
</style>
border-color css
<style>
span { border-color: #987B1C; }
span { border-color: rgb(152,123,28); }
td.TdClassName
{
border-color: #987B1C;
}
.TagClassName
{
border-color: #987B1C;
}
</style>