Shades of Highball #8E8343
Tints of Highball #8E8343
RGB
CMYK
RGB Variations
Color information
#8E8343 (or 0x8E8343) is known color: Highball. HEX triplet: 8E, 83 and 43. RGB value is (142,131,67). Sum of RGB (Red+Green+Blue) = 142+131+67=340 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.76% from 340); Green value is 131 (51.56% from 255 or 38.53% from 340); Blue value is 67 (26.56% from 255 or 19.71% from 340); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8343 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E8343 is #717CBC. Grayscale: #7F7F7F. Windows color (decimal): -7437501 or 4424590. OLE color: 4424590.
HSL color Cylindrical-coordinate representation of color #8E8343: hue angle of 51.2º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8E8343 is Cyan = 0, Magento = 0.08, Yellow = 0.53 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 131 | 67 | - |
| CMYK | 0 | 0.08 | 0.53 | 0.44 |
| HSL | 51.2º | 0.36% | 0.41% | - |
| HSV(B) | 51.2º | 0.53% | 0.56% | - |
| XYZ | 20.28 | 22.39 | 8.56 | - |
| YUV | 126.99 | 94.14 | 138.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 131 | 67 | 0 | 0.08 | 0.53 | 0.44 | 51.2 | 0.36 | 0.41 |
| Hex | 8E | 83 | 43 | 0 | 8 | 35 | 2C | 33 | 24 | 29 |
| Octal | 216 | 203 | 103 | 0 | 10 | 65 | 54 | 63 | 44 | 51 |
| Binary | 10001110 | 10000011 | 1000011 | 0 | 1000 | 110101 | 101100 | 110011 | 100100 | 101001 |
Color Harmonies of #8E8343
Complementary color
Monochromatic Colors of #8E8343
Black with #8E8343
Text Example
Text Example
White with #8E8343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E8343; }
p { color: rgb(142,131,67); }
H1.HeaderClassName
{
color: #8E8343;
}
.AnyTagClassName
{
color: #8E8343;
}
</style>
background-color css
<style>
a { background-color: #8E8343; }
a { background-color: rgb(142,131,67); }
div.DivClassName
{
background-color: #8E8343;
}
.BgClassName
{
background-color: #8E8343;
}
</style>
border-color css
<style>
span { border-color: #8E8343; }
span { border-color: rgb(142,131,67); }
td.TdClassName
{
border-color: #8E8343;
}
.TagClassName
{
border-color: #8E8343;
}
</style>