Shades of Highball #8C803A
Tints of Highball #8C803A
RGB
CMYK
RGB Variations
Color information
#8C803A (or 0x8C803A) is known color: Highball. HEX triplet: 8C, 80 and 3A. RGB value is (140,128,58). Sum of RGB (Red+Green+Blue) = 140+128+58=326 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.94% from 326); Green value is 128 (50.39% from 255 or 39.26% from 326); Blue value is 58 (23.05% from 255 or 17.79% from 326); Max value from RGB is 140 - color contains mainly: red. Hex color #8C803A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C803A is #737FC5. Grayscale: #7B7B7B. Windows color (decimal): -7569350 or 3833996. OLE color: 3833996.
HSL color Cylindrical-coordinate representation of color #8C803A: hue angle of 51.22º 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 #8C803A is Cyan = 0, Magento = 0.09, Yellow = 0.59 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 128 | 58 | - |
| CMYK | 0 | 0.09 | 0.59 | 0.45 |
| HSL | 51.22º | 0.41% | 0.39% | - |
| HSV(B) | 51.22º | 0.59% | 0.55% | - |
| XYZ | 19.3 | 21.32 | 7.1 | - |
| YUV | 123.61 | 90.98 | 139.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 128 | 58 | 0 | 0.09 | 0.59 | 0.45 | 51.22 | 0.41 | 0.39 |
| Hex | 8C | 80 | 3A | 0 | 9 | 3B | 2D | 33 | 29 | 27 |
| Octal | 214 | 200 | 72 | 0 | 11 | 73 | 55 | 63 | 51 | 47 |
| Binary | 10001100 | 10000000 | 111010 | 0 | 1001 | 111011 | 101101 | 110011 | 101001 | 100111 |
Color Harmonies of #8C803A
Complementary color
Monochromatic Colors of #8C803A
Black with #8C803A
Text Example
Text Example
White with #8C803A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C803A; }
p { color: rgb(140,128,58); }
H1.HeaderClassName
{
color: #8C803A;
}
.AnyTagClassName
{
color: #8C803A;
}
</style>
background-color css
<style>
a { background-color: #8C803A; }
a { background-color: rgb(140,128,58); }
div.DivClassName
{
background-color: #8C803A;
}
.BgClassName
{
background-color: #8C803A;
}
</style>
border-color css
<style>
span { border-color: #8C803A; }
span { border-color: rgb(140,128,58); }
td.TdClassName
{
border-color: #8C803A;
}
.TagClassName
{
border-color: #8C803A;
}
</style>