Shades of Hacienda #987A1C
Tints of Hacienda #987A1C
RGB
CMYK
RGB Variations
Color information
#987A1C (or 0x987A1C) is known color: Hacienda. HEX triplet: 98, 7A and 1C. RGB value is (152,122,28). Sum of RGB (Red+Green+Blue) = 152+122+28=302 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50.33% from 302); Green value is 122 (48.05% from 255 or 40.40% from 302); Blue value is 28 (11.33% from 255 or 9.27% from 302); Max value from RGB is 152 - color contains mainly: red. Hex color #987A1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987A1C is #6785E3. Grayscale: #787878. Windows color (decimal): -6784484 or 1866392. OLE color: 1866392.
HSL color Cylindrical-coordinate representation of color #987A1C: hue angle of 45.48º 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 #987A1C is Cyan = 0, Magento = 0.20, Yellow = 0.82 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 122 | 28 | - |
| CMYK | 0 | 0.20 | 0.82 | 0.40 |
| HSL | 45.48º | 0.69% | 0.35% | - |
| HSV(B) | 45.48º | 0.82% | 0.6% | - |
| XYZ | 20.12 | 20.68 | 4.03 | - |
| YUV | 120.25 | 75.94 | 150.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 122 | 28 | 0 | 0.20 | 0.82 | 0.40 | 45.48 | 0.69 | 0.35 |
| Hex | 98 | 7A | 1C | 0 | 14 | 52 | 28 | 2D | 45 | 23 |
| Octal | 230 | 172 | 34 | 0 | 24 | 122 | 50 | 55 | 105 | 43 |
| Binary | 10011000 | 1111010 | 11100 | 0 | 10100 | 1010010 | 101000 | 101101 | 1000101 | 100011 |
Color Harmonies of #987A1C
Complementary color
Monochromatic Colors of #987A1C
Black with #987A1C
Text Example
Text Example
White with #987A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987A1C; }
p { color: rgb(152,122,28); }
H1.HeaderClassName
{
color: #987A1C;
}
.AnyTagClassName
{
color: #987A1C;
}
</style>
background-color css
<style>
a { background-color: #987A1C; }
a { background-color: rgb(152,122,28); }
div.DivClassName
{
background-color: #987A1C;
}
.BgClassName
{
background-color: #987A1C;
}
</style>
border-color css
<style>
span { border-color: #987A1C; }
span { border-color: rgb(152,122,28); }
td.TdClassName
{
border-color: #987A1C;
}
.TagClassName
{
border-color: #987A1C;
}
</style>