Shades of Highball #8C8241
Tints of Highball #8C8241
RGB
CMYK
RGB Variations
Color information
#8C8241 (or 0x8C8241) is known color: Highball. HEX triplet: 8C, 82 and 41. RGB value is (140,130,65). Sum of RGB (Red+Green+Blue) = 140+130+65=335 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.79% from 335); Green value is 130 (51.17% from 255 or 38.81% from 335); Blue value is 65 (25.78% from 255 or 19.40% from 335); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8241 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C8241 is #737DBE. Grayscale: #7D7D7D. Windows color (decimal): -7568831 or 4293260. OLE color: 4293260.
HSL color Cylindrical-coordinate representation of color #8C8241: hue angle of 52º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8C8241 is Cyan = 0, Magento = 0.07, Yellow = 0.54 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 130 | 65 | - |
| CMYK | 0 | 0.07 | 0.54 | 0.45 |
| HSL | 52º | 0.37% | 0.4% | - |
| HSV(B) | 52º | 0.54% | 0.55% | - |
| XYZ | 19.75 | 21.92 | 8.19 | - |
| YUV | 125.58 | 93.81 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 130 | 65 | 0 | 0.07 | 0.54 | 0.45 | 52 | 0.37 | 0.4 |
| Hex | 8C | 82 | 41 | 0 | 7 | 36 | 2D | 34 | 25 | 28 |
| Octal | 214 | 202 | 101 | 0 | 7 | 66 | 55 | 64 | 45 | 50 |
| Binary | 10001100 | 10000010 | 1000001 | 0 | 111 | 110110 | 101101 | 110100 | 100101 | 101000 |
Color Harmonies of #8C8241
Complementary color
Monochromatic Colors of #8C8241
Black with #8C8241
Text Example
Text Example
White with #8C8241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8241; }
p { color: rgb(140,130,65); }
H1.HeaderClassName
{
color: #8C8241;
}
.AnyTagClassName
{
color: #8C8241;
}
</style>
background-color css
<style>
a { background-color: #8C8241; }
a { background-color: rgb(140,130,65); }
div.DivClassName
{
background-color: #8C8241;
}
.BgClassName
{
background-color: #8C8241;
}
</style>
border-color css
<style>
span { border-color: #8C8241; }
span { border-color: rgb(140,130,65); }
td.TdClassName
{
border-color: #8C8241;
}
.TagClassName
{
border-color: #8C8241;
}
</style>