Shades of Highball #8C8949
Tints of Highball #8C8949
RGB
CMYK
RGB Variations
Color information
#8C8949 (or 0x8C8949) is known color: Highball. HEX triplet: 8C, 89 and 49. RGB value is (140,137,73). Sum of RGB (Red+Green+Blue) = 140+137+73=350 (46% of max value = 765). Red value is 140 (55.08% from 255 or 40% from 350); Green value is 137 (53.91% from 255 or 39.14% from 350); Blue value is 73 (28.91% from 255 or 20.86% from 350); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8949 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C8949 is #7376B6. Grayscale: #828282. Windows color (decimal): -7567031 or 4819340. OLE color: 4819340.
HSL color Cylindrical-coordinate representation of color #8C8949: hue angle of 57.31º 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 #8C8949 is Cyan = 0, Magento = 0.02, Yellow = 0.48 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 137 | 73 | - |
| CMYK | 0 | 0.02 | 0.48 | 0.45 |
| HSL | 57.31º | 0.31% | 0.42% | - |
| HSV(B) | 57.31º | 0.48% | 0.55% | - |
| XYZ | 20.96 | 23.95 | 9.82 | - |
| YUV | 130.6 | 95.49 | 134.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 137 | 73 | 0 | 0.02 | 0.48 | 0.45 | 57.31 | 0.31 | 0.42 |
| Hex | 8C | 89 | 49 | 0 | 2 | 30 | 2D | 39 | 1F | 2A |
| Octal | 214 | 211 | 111 | 0 | 2 | 60 | 55 | 71 | 37 | 52 |
| Binary | 10001100 | 10001001 | 1001001 | 0 | 10 | 110000 | 101101 | 111001 | 11111 | 101010 |
Color Harmonies of #8C8949
Complementary color
Monochromatic Colors of #8C8949
Black with #8C8949
Text Example
Text Example
White with #8C8949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8949; }
p { color: rgb(140,137,73); }
H1.HeaderClassName
{
color: #8C8949;
}
.AnyTagClassName
{
color: #8C8949;
}
</style>
background-color css
<style>
a { background-color: #8C8949; }
a { background-color: rgb(140,137,73); }
div.DivClassName
{
background-color: #8C8949;
}
.BgClassName
{
background-color: #8C8949;
}
</style>
border-color css
<style>
span { border-color: #8C8949; }
span { border-color: rgb(140,137,73); }
td.TdClassName
{
border-color: #8C8949;
}
.TagClassName
{
border-color: #8C8949;
}
</style>