Shades of Hacienda #987927
Tints of Hacienda #987927
RGB
CMYK
RGB Variations
Color information
#987927 (or 0x987927) is known color: Hacienda. HEX triplet: 98, 79 and 27. RGB value is (152,121,39). Sum of RGB (Red+Green+Blue) = 152+121+39=312 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.72% from 312); Green value is 121 (47.66% from 255 or 38.78% from 312); Blue value is 39 (15.62% from 255 or 12.5% from 312); Max value from RGB is 152 - color contains mainly: red. Hex color #987927 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #987927 is #6786D8. Grayscale: #797979. Windows color (decimal): -6784729 or 2587032. OLE color: 2587032.
HSL color Cylindrical-coordinate representation of color #987927: hue angle of 43.54º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #987927 is Cyan = 0, Magento = 0.20, Yellow = 0.74 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 121 | 39 | - |
| CMYK | 0 | 0.20 | 0.74 | 0.40 |
| HSL | 43.54º | 0.59% | 0.37% | - |
| HSV(B) | 43.54º | 0.74% | 0.6% | - |
| XYZ | 20.15 | 20.5 | 4.81 | - |
| YUV | 120.92 | 81.77 | 150.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 121 | 39 | 0 | 0.20 | 0.74 | 0.40 | 43.54 | 0.59 | 0.37 |
| Hex | 98 | 79 | 27 | 0 | 14 | 4A | 28 | 2C | 3B | 25 |
| Octal | 230 | 171 | 47 | 0 | 24 | 112 | 50 | 54 | 73 | 45 |
| Binary | 10011000 | 1111001 | 100111 | 0 | 10100 | 1001010 | 101000 | 101100 | 111011 | 100101 |
Color Harmonies of #987927
Complementary color
Monochromatic Colors of #987927
Black with #987927
Text Example
Text Example
White with #987927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987927; }
p { color: rgb(152,121,39); }
H1.HeaderClassName
{
color: #987927;
}
.AnyTagClassName
{
color: #987927;
}
</style>
background-color css
<style>
a { background-color: #987927; }
a { background-color: rgb(152,121,39); }
div.DivClassName
{
background-color: #987927;
}
.BgClassName
{
background-color: #987927;
}
</style>
border-color css
<style>
span { border-color: #987927; }
span { border-color: rgb(152,121,39); }
td.TdClassName
{
border-color: #987927;
}
.TagClassName
{
border-color: #987927;
}
</style>