Shades of Hacienda #987C1F
Tints of Hacienda #987C1F
RGB
CMYK
RGB Variations
Color information
#987C1F (or 0x987C1F) is known color: Hacienda. HEX triplet: 98, 7C and 1F. RGB value is (152,124,31). Sum of RGB (Red+Green+Blue) = 152+124+31=307 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.51% from 307); Green value is 124 (48.83% from 255 or 40.39% from 307); Blue value is 31 (12.5% from 255 or 10.10% from 307); Max value from RGB is 152 - color contains mainly: red. Hex color #987C1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987C1F is #6783E0. Grayscale: #7A7A7A. Windows color (decimal): -6783969 or 2063512. OLE color: 2063512.
HSL color Cylindrical-coordinate representation of color #987C1F: hue angle of 46.12º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #987C1F is Cyan = 0, Magento = 0.18, Yellow = 0.80 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 124 | 31 | - |
| CMYK | 0 | 0.18 | 0.80 | 0.40 |
| HSL | 46.12º | 0.66% | 0.36% | - |
| HSV(B) | 46.12º | 0.8% | 0.6% | - |
| XYZ | 20.4 | 21.19 | 4.31 | - |
| YUV | 121.77 | 76.78 | 149.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 124 | 31 | 0 | 0.18 | 0.80 | 0.40 | 46.12 | 0.66 | 0.36 |
| Hex | 98 | 7C | 1F | 0 | 12 | 50 | 28 | 2E | 42 | 24 |
| Octal | 230 | 174 | 37 | 0 | 22 | 120 | 50 | 56 | 102 | 44 |
| Binary | 10011000 | 1111100 | 11111 | 0 | 10010 | 1010000 | 101000 | 101110 | 1000010 | 100100 |
Color Harmonies of #987C1F
Complementary color
Monochromatic Colors of #987C1F
Black with #987C1F
Text Example
Text Example
White with #987C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987C1F; }
p { color: rgb(152,124,31); }
H1.HeaderClassName
{
color: #987C1F;
}
.AnyTagClassName
{
color: #987C1F;
}
</style>
background-color css
<style>
a { background-color: #987C1F; }
a { background-color: rgb(152,124,31); }
div.DivClassName
{
background-color: #987C1F;
}
.BgClassName
{
background-color: #987C1F;
}
</style>
border-color css
<style>
span { border-color: #987C1F; }
span { border-color: rgb(152,124,31); }
td.TdClassName
{
border-color: #987C1F;
}
.TagClassName
{
border-color: #987C1F;
}
</style>