Shades of Highball #8C844A
Tints of Highball #8C844A
RGB
CMYK
RGB Variations
Color information
#8C844A (or 0x8C844A) is known color: Highball. HEX triplet: 8C, 84 and 4A. RGB value is (140,132,74). Sum of RGB (Red+Green+Blue) = 140+132+74=346 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.46% from 346); Green value is 132 (51.95% from 255 or 38.15% from 346); Blue value is 74 (29.30% from 255 or 21.39% from 346); Max value from RGB is 140 - color contains mainly: red. Hex color #8C844A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C844A is #737BB5. Grayscale: #808080. Windows color (decimal): -7568310 or 4883596. OLE color: 4883596.
HSL color Cylindrical-coordinate representation of color #8C844A: hue angle of 52.73º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8C844A is Cyan = 0, Magento = 0.06, Yellow = 0.47 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 132 | 74 | - |
| CMYK | 0 | 0.06 | 0.47 | 0.45 |
| HSL | 52.73º | 0.31% | 0.42% | - |
| HSV(B) | 52.73º | 0.47% | 0.55% | - |
| XYZ | 20.3 | 22.57 | 9.77 | - |
| YUV | 127.78 | 97.65 | 136.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 132 | 74 | 0 | 0.06 | 0.47 | 0.45 | 52.73 | 0.31 | 0.42 |
| Hex | 8C | 84 | 4A | 0 | 6 | 2F | 2D | 35 | 1F | 2A |
| Octal | 214 | 204 | 112 | 0 | 6 | 57 | 55 | 65 | 37 | 52 |
| Binary | 10001100 | 10000100 | 1001010 | 0 | 110 | 101111 | 101101 | 110101 | 11111 | 101010 |
Color Harmonies of #8C844A
Complementary color
Monochromatic Colors of #8C844A
Black with #8C844A
Text Example
Text Example
White with #8C844A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C844A; }
p { color: rgb(140,132,74); }
H1.HeaderClassName
{
color: #8C844A;
}
.AnyTagClassName
{
color: #8C844A;
}
</style>
background-color css
<style>
a { background-color: #8C844A; }
a { background-color: rgb(140,132,74); }
div.DivClassName
{
background-color: #8C844A;
}
.BgClassName
{
background-color: #8C844A;
}
</style>
border-color css
<style>
span { border-color: #8C844A; }
span { border-color: rgb(140,132,74); }
td.TdClassName
{
border-color: #8C844A;
}
.TagClassName
{
border-color: #8C844A;
}
</style>