Shades of Hacienda #8E7A15
Tints of Hacienda #8E7A15
RGB
CMYK
RGB Variations
Color information
#8E7A15 (or 0x8E7A15) is known color: Hacienda. HEX triplet: 8E, 7A and 15. RGB value is (142,122,21). Sum of RGB (Red+Green+Blue) = 142+122+21=285 (37% of max value = 765). Red value is 142 (55.86% from 255 or 49.82% from 285); Green value is 122 (48.05% from 255 or 42.81% from 285); Blue value is 21 (8.59% from 255 or 7.37% from 285); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7A15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E7A15 is #7185EA. Grayscale: #747474. Windows color (decimal): -7439851 or 1407630. OLE color: 1407630.
HSL color Cylindrical-coordinate representation of color #8E7A15: hue angle of 50.08º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8E7A15 is Cyan = 0, Magento = 0.14, Yellow = 0.85 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 122 | 21 | - |
| CMYK | 0 | 0.14 | 0.85 | 0.44 |
| HSL | 50.08º | 0.74% | 0.32% | - |
| HSV(B) | 50.08º | 0.85% | 0.56% | - |
| XYZ | 18.25 | 19.72 | 3.55 | - |
| YUV | 116.47 | 74.13 | 146.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 122 | 21 | 0 | 0.14 | 0.85 | 0.44 | 50.08 | 0.74 | 0.32 |
| Hex | 8E | 7A | 15 | 0 | E | 55 | 2C | 32 | 4A | 20 |
| Octal | 216 | 172 | 25 | 0 | 16 | 125 | 54 | 62 | 112 | 40 |
| Binary | 10001110 | 1111010 | 10101 | 0 | 1110 | 1010101 | 101100 | 110010 | 1001010 | 100000 |
Color Harmonies of #8E7A15
Complementary color
Monochromatic Colors of #8E7A15
Black with #8E7A15
Text Example
Text Example
White with #8E7A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E7A15; }
p { color: rgb(142,122,21); }
H1.HeaderClassName
{
color: #8E7A15;
}
.AnyTagClassName
{
color: #8E7A15;
}
</style>
background-color css
<style>
a { background-color: #8E7A15; }
a { background-color: rgb(142,122,21); }
div.DivClassName
{
background-color: #8E7A15;
}
.BgClassName
{
background-color: #8E7A15;
}
</style>
border-color css
<style>
span { border-color: #8E7A15; }
span { border-color: rgb(142,122,21); }
td.TdClassName
{
border-color: #8E7A15;
}
.TagClassName
{
border-color: #8E7A15;
}
</style>