Shades of Highball #8C8244
Tints of Highball #8C8244
RGB
CMYK
RGB Variations
Color information
#8C8244 (or 0x8C8244) is known color: Highball. HEX triplet: 8C, 82 and 44. RGB value is (140,130,68). Sum of RGB (Red+Green+Blue) = 140+130+68=338 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.42% from 338); Green value is 130 (51.17% from 255 or 38.46% from 338); Blue value is 68 (26.95% from 255 or 20.12% from 338); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8244 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C8244 is #737DBB. Grayscale: #7E7E7E. Windows color (decimal): -7568828 or 4489868. OLE color: 4489868.
HSL color Cylindrical-coordinate representation of color #8C8244: hue angle of 51.67º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8C8244 is Cyan = 0, Magento = 0.07, Yellow = 0.51 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 130 | 68 | - |
| CMYK | 0 | 0.07 | 0.51 | 0.45 |
| HSL | 51.67º | 0.35% | 0.41% | - |
| HSV(B) | 51.67º | 0.51% | 0.55% | - |
| XYZ | 19.84 | 21.96 | 8.66 | - |
| YUV | 125.92 | 95.31 | 138.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 130 | 68 | 0 | 0.07 | 0.51 | 0.45 | 51.67 | 0.35 | 0.41 |
| Hex | 8C | 82 | 44 | 0 | 7 | 33 | 2D | 34 | 23 | 29 |
| Octal | 214 | 202 | 104 | 0 | 7 | 63 | 55 | 64 | 43 | 51 |
| Binary | 10001100 | 10000010 | 1000100 | 0 | 111 | 110011 | 101101 | 110100 | 100011 | 101001 |
Color Harmonies of #8C8244
Complementary color
Monochromatic Colors of #8C8244
Black with #8C8244
Text Example
Text Example
White with #8C8244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8244; }
p { color: rgb(140,130,68); }
H1.HeaderClassName
{
color: #8C8244;
}
.AnyTagClassName
{
color: #8C8244;
}
</style>
background-color css
<style>
a { background-color: #8C8244; }
a { background-color: rgb(140,130,68); }
div.DivClassName
{
background-color: #8C8244;
}
.BgClassName
{
background-color: #8C8244;
}
</style>
border-color css
<style>
span { border-color: #8C8244; }
span { border-color: rgb(140,130,68); }
td.TdClassName
{
border-color: #8C8244;
}
.TagClassName
{
border-color: #8C8244;
}
</style>