Shades of Highball #8E8542
Tints of Highball #8E8542
RGB
CMYK
RGB Variations
Color information
#8E8542 (or 0x8E8542) is known color: Highball. HEX triplet: 8E, 85 and 42. RGB value is (142,133,66). Sum of RGB (Red+Green+Blue) = 142+133+66=341 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.64% from 341); Green value is 133 (52.34% from 255 or 39.00% from 341); Blue value is 66 (26.17% from 255 or 19.35% from 341); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8542 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E8542 is #717ABD. Grayscale: #808080. Windows color (decimal): -7436990 or 4359566. OLE color: 4359566.
HSL color Cylindrical-coordinate representation of color #8E8542: hue angle of 52.89º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8E8542 is Cyan = 0, Magento = 0.06, Yellow = 0.54 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 133 | 66 | - |
| CMYK | 0 | 0.06 | 0.54 | 0.44 |
| HSL | 52.89º | 0.37% | 0.41% | - |
| HSV(B) | 52.89º | 0.54% | 0.56% | - |
| XYZ | 20.53 | 22.92 | 8.5 | - |
| YUV | 128.05 | 92.98 | 137.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 133 | 66 | 0 | 0.06 | 0.54 | 0.44 | 52.89 | 0.37 | 0.41 |
| Hex | 8E | 85 | 42 | 0 | 6 | 36 | 2C | 35 | 25 | 29 |
| Octal | 216 | 205 | 102 | 0 | 6 | 66 | 54 | 65 | 45 | 51 |
| Binary | 10001110 | 10000101 | 1000010 | 0 | 110 | 110110 | 101100 | 110101 | 100101 | 101001 |
Color Harmonies of #8E8542
Complementary color
Monochromatic Colors of #8E8542
Black with #8E8542
Text Example
Text Example
White with #8E8542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E8542; }
p { color: rgb(142,133,66); }
H1.HeaderClassName
{
color: #8E8542;
}
.AnyTagClassName
{
color: #8E8542;
}
</style>
background-color css
<style>
a { background-color: #8E8542; }
a { background-color: rgb(142,133,66); }
div.DivClassName
{
background-color: #8E8542;
}
.BgClassName
{
background-color: #8E8542;
}
</style>
border-color css
<style>
span { border-color: #8E8542; }
span { border-color: rgb(142,133,66); }
td.TdClassName
{
border-color: #8E8542;
}
.TagClassName
{
border-color: #8E8542;
}
</style>