Shades of Highball #8C853A
Tints of Highball #8C853A
RGB
CMYK
RGB Variations
Color information
#8C853A (or 0x8C853A) is known color: Highball. HEX triplet: 8C, 85 and 3A. RGB value is (140,133,58). Sum of RGB (Red+Green+Blue) = 140+133+58=331 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.30% from 331); Green value is 133 (52.34% from 255 or 40.18% from 331); Blue value is 58 (23.05% from 255 or 17.52% from 331); Max value from RGB is 140 - color contains mainly: red. Hex color #8C853A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C853A is #737AC5. Grayscale: #7E7E7E. Windows color (decimal): -7568070 or 3835276. OLE color: 3835276.
HSL color Cylindrical-coordinate representation of color #8C853A: hue angle of 54.88º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8C853A is Cyan = 0, Magento = 0.05, Yellow = 0.59 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 133 | 58 | - |
| CMYK | 0 | 0.05 | 0.59 | 0.45 |
| HSL | 54.88º | 0.41% | 0.39% | - |
| HSV(B) | 54.88º | 0.59% | 0.55% | - |
| XYZ | 19.97 | 22.66 | 7.32 | - |
| YUV | 126.54 | 89.32 | 137.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 133 | 58 | 0 | 0.05 | 0.59 | 0.45 | 54.88 | 0.41 | 0.39 |
| Hex | 8C | 85 | 3A | 0 | 5 | 3B | 2D | 37 | 29 | 27 |
| Octal | 214 | 205 | 72 | 0 | 5 | 73 | 55 | 67 | 51 | 47 |
| Binary | 10001100 | 10000101 | 111010 | 0 | 101 | 111011 | 101101 | 110111 | 101001 | 100111 |
Color Harmonies of #8C853A
Complementary color
Monochromatic Colors of #8C853A
Black with #8C853A
Text Example
Text Example
White with #8C853A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C853A; }
p { color: rgb(140,133,58); }
H1.HeaderClassName
{
color: #8C853A;
}
.AnyTagClassName
{
color: #8C853A;
}
</style>
background-color css
<style>
a { background-color: #8C853A; }
a { background-color: rgb(140,133,58); }
div.DivClassName
{
background-color: #8C853A;
}
.BgClassName
{
background-color: #8C853A;
}
</style>
border-color css
<style>
span { border-color: #8C853A; }
span { border-color: rgb(140,133,58); }
td.TdClassName
{
border-color: #8C853A;
}
.TagClassName
{
border-color: #8C853A;
}
</style>