Shades of Highball #8D8240
Tints of Highball #8D8240
RGB
CMYK
RGB Variations
Color information
#8D8240 (or 0x8D8240) is known color: Highball. HEX triplet: 8D, 82 and 40. RGB value is (141,130,64). Sum of RGB (Red+Green+Blue) = 141+130+64=335 (44% of max value = 765). Red value is 141 (55.47% from 255 or 42.09% from 335); Green value is 130 (51.17% from 255 or 38.81% from 335); Blue value is 64 (25.39% from 255 or 19.10% from 335); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8240 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8D8240 is #727DBF. Grayscale: #7E7E7E. Windows color (decimal): -7503296 or 4227725. OLE color: 4227725.
HSL color Cylindrical-coordinate representation of color #8D8240: hue angle of 51.43º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8D8240 is Cyan = 0, Magento = 0.08, Yellow = 0.55 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 130 | 64 | - |
| CMYK | 0 | 0.08 | 0.55 | 0.45 |
| HSL | 51.43º | 0.38% | 0.4% | - |
| HSV(B) | 51.43º | 0.55% | 0.55% | - |
| XYZ | 19.89 | 22 | 8.05 | - |
| YUV | 125.77 | 93.14 | 138.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 130 | 64 | 0 | 0.08 | 0.55 | 0.45 | 51.43 | 0.38 | 0.4 |
| Hex | 8D | 82 | 40 | 0 | 8 | 37 | 2D | 33 | 26 | 28 |
| Octal | 215 | 202 | 100 | 0 | 10 | 67 | 55 | 63 | 46 | 50 |
| Binary | 10001101 | 10000010 | 1000000 | 0 | 1000 | 110111 | 101101 | 110011 | 100110 | 101000 |
Color Harmonies of #8D8240
Complementary color
Monochromatic Colors of #8D8240
Black with #8D8240
Text Example
Text Example
White with #8D8240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8240; }
p { color: rgb(141,130,64); }
H1.HeaderClassName
{
color: #8D8240;
}
.AnyTagClassName
{
color: #8D8240;
}
</style>
background-color css
<style>
a { background-color: #8D8240; }
a { background-color: rgb(141,130,64); }
div.DivClassName
{
background-color: #8D8240;
}
.BgClassName
{
background-color: #8D8240;
}
</style>
border-color css
<style>
span { border-color: #8D8240; }
span { border-color: rgb(141,130,64); }
td.TdClassName
{
border-color: #8D8240;
}
.TagClassName
{
border-color: #8D8240;
}
</style>