Shades of Highball #8C853C
Tints of Highball #8C853C
RGB
CMYK
RGB Variations
Color information
#8C853C (or 0x8C853C) is known color: Highball. HEX triplet: 8C, 85 and 3C. RGB value is (140,133,60). Sum of RGB (Red+Green+Blue) = 140+133+60=333 (44% of max value = 765). Red value is 140 (55.08% from 255 or 42.04% from 333); Green value is 133 (52.34% from 255 or 39.94% from 333); Blue value is 60 (23.83% from 255 or 18.02% from 333); Max value from RGB is 140 - color contains mainly: red. Hex color #8C853C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C853C is #737AC3. Grayscale: #7F7F7F. Windows color (decimal): -7568068 or 3966348. OLE color: 3966348.
HSL color Cylindrical-coordinate representation of color #8C853C: hue angle of 54.75º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8C853C is Cyan = 0, Magento = 0.05, Yellow = 0.57 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 133 | 60 | - |
| CMYK | 0 | 0.05 | 0.57 | 0.45 |
| HSL | 54.75º | 0.4% | 0.39% | - |
| HSV(B) | 54.75º | 0.57% | 0.55% | - |
| XYZ | 20.02 | 22.68 | 7.6 | - |
| YUV | 126.77 | 90.32 | 137.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 133 | 60 | 0 | 0.05 | 0.57 | 0.45 | 54.75 | 0.4 | 0.39 |
| Hex | 8C | 85 | 3C | 0 | 5 | 39 | 2D | 37 | 28 | 27 |
| Octal | 214 | 205 | 74 | 0 | 5 | 71 | 55 | 67 | 50 | 47 |
| Binary | 10001100 | 10000101 | 111100 | 0 | 101 | 111001 | 101101 | 110111 | 101000 | 100111 |
Color Harmonies of #8C853C
Complementary color
Monochromatic Colors of #8C853C
Black with #8C853C
Text Example
Text Example
White with #8C853C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C853C; }
p { color: rgb(140,133,60); }
H1.HeaderClassName
{
color: #8C853C;
}
.AnyTagClassName
{
color: #8C853C;
}
</style>
background-color css
<style>
a { background-color: #8C853C; }
a { background-color: rgb(140,133,60); }
div.DivClassName
{
background-color: #8C853C;
}
.BgClassName
{
background-color: #8C853C;
}
</style>
border-color css
<style>
span { border-color: #8C853C; }
span { border-color: rgb(140,133,60); }
td.TdClassName
{
border-color: #8C853C;
}
.TagClassName
{
border-color: #8C853C;
}
</style>