Shades of Hacienda #987C1B
Tints of Hacienda #987C1B
RGB
CMYK
RGB Variations
Color information
#987C1B (or 0x987C1B) is known color: Hacienda. HEX triplet: 98, 7C and 1B. RGB value is (152,124,27). Sum of RGB (Red+Green+Blue) = 152+124+27=303 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50.17% from 303); Green value is 124 (48.83% from 255 or 40.92% from 303); Blue value is 27 (10.94% from 255 or 8.91% from 303); Max value from RGB is 152 - color contains mainly: red. Hex color #987C1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987C1B is #6783E4. Grayscale: #797979. Windows color (decimal): -6783973 or 1801368. OLE color: 1801368.
HSL color Cylindrical-coordinate representation of color #987C1B: hue angle of 46.56º degrees, saturation: 0.7, 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 #987C1B is Cyan = 0, Magento = 0.18, Yellow = 0.82 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 124 | 27 | - |
| CMYK | 0 | 0.18 | 0.82 | 0.40 |
| HSL | 46.56º | 0.7% | 0.35% | - |
| HSV(B) | 46.56º | 0.82% | 0.6% | - |
| XYZ | 20.35 | 21.17 | 4.05 | - |
| YUV | 121.31 | 74.78 | 149.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 124 | 27 | 0 | 0.18 | 0.82 | 0.40 | 46.56 | 0.7 | 0.35 |
| Hex | 98 | 7C | 1B | 0 | 12 | 52 | 28 | 2F | 46 | 23 |
| Octal | 230 | 174 | 33 | 0 | 22 | 122 | 50 | 57 | 106 | 43 |
| Binary | 10011000 | 1111100 | 11011 | 0 | 10010 | 1010010 | 101000 | 101111 | 1000110 | 100011 |
Color Harmonies of #987C1B
Complementary color
Monochromatic Colors of #987C1B
Black with #987C1B
Text Example
Text Example
White with #987C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987C1B; }
p { color: rgb(152,124,27); }
H1.HeaderClassName
{
color: #987C1B;
}
.AnyTagClassName
{
color: #987C1B;
}
</style>
background-color css
<style>
a { background-color: #987C1B; }
a { background-color: rgb(152,124,27); }
div.DivClassName
{
background-color: #987C1B;
}
.BgClassName
{
background-color: #987C1B;
}
</style>
border-color css
<style>
span { border-color: #987C1B; }
span { border-color: rgb(152,124,27); }
td.TdClassName
{
border-color: #987C1B;
}
.TagClassName
{
border-color: #987C1B;
}
</style>