Shades of Highball #8C8449
Tints of Highball #8C8449
RGB
CMYK
RGB Variations
Color information
#8C8449 (or 0x8C8449) is known color: Highball. HEX triplet: 8C, 84 and 49. RGB value is (140,132,73). Sum of RGB (Red+Green+Blue) = 140+132+73=345 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.58% from 345); Green value is 132 (51.95% from 255 or 38.26% from 345); Blue value is 73 (28.91% from 255 or 21.16% from 345); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8449 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C8449 is #737BB6. Grayscale: #7F7F7F. Windows color (decimal): -7568311 or 4818060. OLE color: 4818060.
HSL color Cylindrical-coordinate representation of color #8C8449: hue angle of 52.84º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8C8449 is Cyan = 0, Magento = 0.06, Yellow = 0.48 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 132 | 73 | - |
| CMYK | 0 | 0.06 | 0.48 | 0.45 |
| HSL | 52.84º | 0.31% | 0.42% | - |
| HSV(B) | 52.84º | 0.48% | 0.55% | - |
| XYZ | 20.27 | 22.56 | 9.59 | - |
| YUV | 127.67 | 97.15 | 136.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 132 | 73 | 0 | 0.06 | 0.48 | 0.45 | 52.84 | 0.31 | 0.42 |
| Hex | 8C | 84 | 49 | 0 | 6 | 30 | 2D | 35 | 1F | 2A |
| Octal | 214 | 204 | 111 | 0 | 6 | 60 | 55 | 65 | 37 | 52 |
| Binary | 10001100 | 10000100 | 1001001 | 0 | 110 | 110000 | 101101 | 110101 | 11111 | 101010 |
Color Harmonies of #8C8449
Complementary color
Monochromatic Colors of #8C8449
Black with #8C8449
Text Example
Text Example
White with #8C8449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8449; }
p { color: rgb(140,132,73); }
H1.HeaderClassName
{
color: #8C8449;
}
.AnyTagClassName
{
color: #8C8449;
}
</style>
background-color css
<style>
a { background-color: #8C8449; }
a { background-color: rgb(140,132,73); }
div.DivClassName
{
background-color: #8C8449;
}
.BgClassName
{
background-color: #8C8449;
}
</style>
border-color css
<style>
span { border-color: #8C8449; }
span { border-color: rgb(140,132,73); }
td.TdClassName
{
border-color: #8C8449;
}
.TagClassName
{
border-color: #8C8449;
}
</style>