Shades of Highball #8E8949
Tints of Highball #8E8949
RGB
CMYK
RGB Variations
Color information
#8E8949 (or 0x8E8949) is known color: Highball. HEX triplet: 8E, 89 and 49. RGB value is (142,137,73). Sum of RGB (Red+Green+Blue) = 142+137+73=352 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.34% from 352); Green value is 137 (53.91% from 255 or 38.92% from 352); Blue value is 73 (28.91% from 255 or 20.74% from 352); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8949 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E8949 is #7176B6. Grayscale: #838383. Windows color (decimal): -7435959 or 4819342. OLE color: 4819342.
HSL color Cylindrical-coordinate representation of color #8E8949: hue angle of 55.65º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8E8949 is Cyan = 0, Magento = 0.04, Yellow = 0.49 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 137 | 73 | - |
| CMYK | 0 | 0.04 | 0.49 | 0.44 |
| HSL | 55.65º | 0.32% | 0.42% | - |
| HSV(B) | 55.65º | 0.49% | 0.56% | - |
| XYZ | 21.3 | 24.12 | 9.84 | - |
| YUV | 131.2 | 95.16 | 135.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 137 | 73 | 0 | 0.04 | 0.49 | 0.44 | 55.65 | 0.32 | 0.42 |
| Hex | 8E | 89 | 49 | 0 | 4 | 31 | 2C | 38 | 20 | 2A |
| Octal | 216 | 211 | 111 | 0 | 4 | 61 | 54 | 70 | 40 | 52 |
| Binary | 10001110 | 10001001 | 1001001 | 0 | 100 | 110001 | 101100 | 111000 | 100000 | 101010 |
Color Harmonies of #8E8949
Complementary color
Monochromatic Colors of #8E8949
Black with #8E8949
Text Example
Text Example
White with #8E8949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E8949; }
p { color: rgb(142,137,73); }
H1.HeaderClassName
{
color: #8E8949;
}
.AnyTagClassName
{
color: #8E8949;
}
</style>
background-color css
<style>
a { background-color: #8E8949; }
a { background-color: rgb(142,137,73); }
div.DivClassName
{
background-color: #8E8949;
}
.BgClassName
{
background-color: #8E8949;
}
</style>
border-color css
<style>
span { border-color: #8E8949; }
span { border-color: rgb(142,137,73); }
td.TdClassName
{
border-color: #8E8949;
}
.TagClassName
{
border-color: #8E8949;
}
</style>