Shades of Hacienda #8E7A11
Tints of Hacienda #8E7A11
RGB
CMYK
RGB Variations
Color information
#8E7A11 (or 0x8E7A11) is known color: Hacienda. HEX triplet: 8E, 7A and 11. RGB value is (142,122,17). Sum of RGB (Red+Green+Blue) = 142+122+17=281 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50.53% from 281); Green value is 122 (48.05% from 255 or 43.42% from 281); Blue value is 17 (7.03% from 255 or 6.05% from 281); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7A11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E7A11 is #7185EE. Grayscale: #747474. Windows color (decimal): -7439855 or 1145486. OLE color: 1145486.
HSL color Cylindrical-coordinate representation of color #8E7A11: hue angle of 50.4º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8E7A11 is Cyan = 0, Magento = 0.14, Yellow = 0.88 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 122 | 17 | - |
| CMYK | 0 | 0.14 | 0.88 | 0.44 |
| HSL | 50.4º | 0.79% | 0.31% | - |
| HSV(B) | 50.4º | 0.88% | 0.56% | - |
| XYZ | 18.22 | 19.71 | 3.37 | - |
| YUV | 116.01 | 72.13 | 146.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 122 | 17 | 0 | 0.14 | 0.88 | 0.44 | 50.4 | 0.79 | 0.31 |
| Hex | 8E | 7A | 11 | 0 | E | 58 | 2C | 32 | 4F | 1F |
| Octal | 216 | 172 | 21 | 0 | 16 | 130 | 54 | 62 | 117 | 37 |
| Binary | 10001110 | 1111010 | 10001 | 0 | 1110 | 1011000 | 101100 | 110010 | 1001111 | 11111 |
Color Harmonies of #8E7A11
Complementary color
Monochromatic Colors of #8E7A11
Black with #8E7A11
Text Example
Text Example
White with #8E7A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E7A11; }
p { color: rgb(142,122,17); }
H1.HeaderClassName
{
color: #8E7A11;
}
.AnyTagClassName
{
color: #8E7A11;
}
</style>
background-color css
<style>
a { background-color: #8E7A11; }
a { background-color: rgb(142,122,17); }
div.DivClassName
{
background-color: #8E7A11;
}
.BgClassName
{
background-color: #8E7A11;
}
</style>
border-color css
<style>
span { border-color: #8E7A11; }
span { border-color: rgb(142,122,17); }
td.TdClassName
{
border-color: #8E7A11;
}
.TagClassName
{
border-color: #8E7A11;
}
</style>