Shades of Highball #8C8242
Tints of Highball #8C8242
RGB
CMYK
RGB Variations
Color information
#8C8242 (or 0x8C8242) is known color: Highball. HEX triplet: 8C, 82 and 42. RGB value is (140,130,66). Sum of RGB (Red+Green+Blue) = 140+130+66=336 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.67% from 336); Green value is 130 (51.17% from 255 or 38.69% from 336); Blue value is 66 (26.17% from 255 or 19.64% from 336); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8242 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C8242 is #737DBD. Grayscale: #7D7D7D. Windows color (decimal): -7568830 or 4358796. OLE color: 4358796.
HSL color Cylindrical-coordinate representation of color #8C8242: hue angle of 51.89º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8C8242 is Cyan = 0, Magento = 0.07, Yellow = 0.53 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 130 | 66 | - |
| CMYK | 0 | 0.07 | 0.53 | 0.45 |
| HSL | 51.89º | 0.36% | 0.4% | - |
| HSV(B) | 51.89º | 0.53% | 0.55% | - |
| XYZ | 19.78 | 21.93 | 8.35 | - |
| YUV | 125.69 | 94.31 | 138.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 130 | 66 | 0 | 0.07 | 0.53 | 0.45 | 51.89 | 0.36 | 0.4 |
| Hex | 8C | 82 | 42 | 0 | 7 | 35 | 2D | 34 | 24 | 28 |
| Octal | 214 | 202 | 102 | 0 | 7 | 65 | 55 | 64 | 44 | 50 |
| Binary | 10001100 | 10000010 | 1000010 | 0 | 111 | 110101 | 101101 | 110100 | 100100 | 101000 |
Color Harmonies of #8C8242
Complementary color
Monochromatic Colors of #8C8242
Black with #8C8242
Text Example
Text Example
White with #8C8242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8242; }
p { color: rgb(140,130,66); }
H1.HeaderClassName
{
color: #8C8242;
}
.AnyTagClassName
{
color: #8C8242;
}
</style>
background-color css
<style>
a { background-color: #8C8242; }
a { background-color: rgb(140,130,66); }
div.DivClassName
{
background-color: #8C8242;
}
.BgClassName
{
background-color: #8C8242;
}
</style>
border-color css
<style>
span { border-color: #8C8242; }
span { border-color: rgb(140,130,66); }
td.TdClassName
{
border-color: #8C8242;
}
.TagClassName
{
border-color: #8C8242;
}
</style>