Shades of Highball #8E8538
Tints of Highball #8E8538
RGB
CMYK
RGB Variations
Color information
#8E8538 (or 0x8E8538) is known color: Highball. HEX triplet: 8E, 85 and 38. RGB value is (142,133,56). Sum of RGB (Red+Green+Blue) = 142+133+56=331 (43% of max value = 765). Red value is 142 (55.86% from 255 or 42.90% from 331); Green value is 133 (52.34% from 255 or 40.18% from 331); Blue value is 56 (22.27% from 255 or 16.92% from 331); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8538 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8E8538 is #717AC7. Grayscale: #7F7F7F. Windows color (decimal): -7437000 or 3704206. OLE color: 3704206.
HSL color Cylindrical-coordinate representation of color #8E8538: hue angle of 53.72º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8E8538 is Cyan = 0, Magento = 0.06, Yellow = 0.61 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 133 | 56 | - |
| CMYK | 0 | 0.06 | 0.61 | 0.44 |
| HSL | 53.72º | 0.43% | 0.39% | - |
| HSV(B) | 53.72º | 0.61% | 0.56% | - |
| XYZ | 20.26 | 22.81 | 7.08 | - |
| YUV | 126.91 | 87.98 | 138.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 133 | 56 | 0 | 0.06 | 0.61 | 0.44 | 53.72 | 0.43 | 0.39 |
| Hex | 8E | 85 | 38 | 0 | 6 | 3D | 2C | 36 | 2B | 27 |
| Octal | 216 | 205 | 70 | 0 | 6 | 75 | 54 | 66 | 53 | 47 |
| Binary | 10001110 | 10000101 | 111000 | 0 | 110 | 111101 | 101100 | 110110 | 101011 | 100111 |
Color Harmonies of #8E8538
Complementary color
Monochromatic Colors of #8E8538
Black with #8E8538
Text Example
Text Example
White with #8E8538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E8538; }
p { color: rgb(142,133,56); }
H1.HeaderClassName
{
color: #8E8538;
}
.AnyTagClassName
{
color: #8E8538;
}
</style>
background-color css
<style>
a { background-color: #8E8538; }
a { background-color: rgb(142,133,56); }
div.DivClassName
{
background-color: #8E8538;
}
.BgClassName
{
background-color: #8E8538;
}
</style>
border-color css
<style>
span { border-color: #8E8538; }
span { border-color: rgb(142,133,56); }
td.TdClassName
{
border-color: #8E8538;
}
.TagClassName
{
border-color: #8E8538;
}
</style>