Shades of Highball #8E7D3E
Tints of Highball #8E7D3E
RGB
CMYK
RGB Variations
Color information
#8E7D3E (or 0x8E7D3E) is known color: Highball. HEX triplet: 8E, 7D and 3E. RGB value is (142,125,62). Sum of RGB (Red+Green+Blue) = 142+125+62=329 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.16% from 329); Green value is 125 (49.22% from 255 or 37.99% from 329); Blue value is 62 (24.61% from 255 or 18.84% from 329); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7D3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E7D3E is #7182C1. Grayscale: #7B7B7B. Windows color (decimal): -7439042 or 4095374. OLE color: 4095374.
HSL color Cylindrical-coordinate representation of color #8E7D3E: hue angle of 47.25º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8E7D3E is Cyan = 0, Magento = 0.12, Yellow = 0.56 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 125 | 62 | - |
| CMYK | 0 | 0.12 | 0.56 | 0.44 |
| HSL | 47.25º | 0.39% | 0.4% | - |
| HSV(B) | 47.25º | 0.56% | 0.56% | - |
| XYZ | 19.36 | 20.77 | 7.55 | - |
| YUV | 122.9 | 93.63 | 141.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 125 | 62 | 0 | 0.12 | 0.56 | 0.44 | 47.25 | 0.39 | 0.4 |
| Hex | 8E | 7D | 3E | 0 | C | 38 | 2C | 2F | 27 | 28 |
| Octal | 216 | 175 | 76 | 0 | 14 | 70 | 54 | 57 | 47 | 50 |
| Binary | 10001110 | 1111101 | 111110 | 0 | 1100 | 111000 | 101100 | 101111 | 100111 | 101000 |
Color Harmonies of #8E7D3E
Complementary color
Monochromatic Colors of #8E7D3E
Black with #8E7D3E
Text Example
Text Example
White with #8E7D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E7D3E; }
p { color: rgb(142,125,62); }
H1.HeaderClassName
{
color: #8E7D3E;
}
.AnyTagClassName
{
color: #8E7D3E;
}
</style>
background-color css
<style>
a { background-color: #8E7D3E; }
a { background-color: rgb(142,125,62); }
div.DivClassName
{
background-color: #8E7D3E;
}
.BgClassName
{
background-color: #8E7D3E;
}
</style>
border-color css
<style>
span { border-color: #8E7D3E; }
span { border-color: rgb(142,125,62); }
td.TdClassName
{
border-color: #8E7D3E;
}
.TagClassName
{
border-color: #8E7D3E;
}
</style>