Shades of Highball #8C8948
Tints of Highball #8C8948
RGB
CMYK
RGB Variations
Color information
#8C8948 (or 0x8C8948) is known color: Highball. HEX triplet: 8C, 89 and 48. RGB value is (140,137,72). Sum of RGB (Red+Green+Blue) = 140+137+72=349 (46% of max value = 765). Red value is 140 (55.08% from 255 or 40.11% from 349); Green value is 137 (53.91% from 255 or 39.26% from 349); Blue value is 72 (28.52% from 255 or 20.63% from 349); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8948 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C8948 is #7376B7. Grayscale: #828282. Windows color (decimal): -7567032 or 4753804. OLE color: 4753804.
HSL color Cylindrical-coordinate representation of color #8C8948: hue angle of 57.35º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8C8948 is Cyan = 0, Magento = 0.02, Yellow = 0.49 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 137 | 72 | - |
| CMYK | 0 | 0.02 | 0.49 | 0.45 |
| HSL | 57.35º | 0.32% | 0.42% | - |
| HSV(B) | 57.35º | 0.49% | 0.55% | - |
| XYZ | 20.93 | 23.93 | 9.65 | - |
| YUV | 130.49 | 94.99 | 134.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 137 | 72 | 0 | 0.02 | 0.49 | 0.45 | 57.35 | 0.32 | 0.42 |
| Hex | 8C | 89 | 48 | 0 | 2 | 31 | 2D | 39 | 20 | 2A |
| Octal | 214 | 211 | 110 | 0 | 2 | 61 | 55 | 71 | 40 | 52 |
| Binary | 10001100 | 10001001 | 1001000 | 0 | 10 | 110001 | 101101 | 111001 | 100000 | 101010 |
Color Harmonies of #8C8948
Complementary color
Monochromatic Colors of #8C8948
Black with #8C8948
Text Example
Text Example
White with #8C8948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8948; }
p { color: rgb(140,137,72); }
H1.HeaderClassName
{
color: #8C8948;
}
.AnyTagClassName
{
color: #8C8948;
}
</style>
background-color css
<style>
a { background-color: #8C8948; }
a { background-color: rgb(140,137,72); }
div.DivClassName
{
background-color: #8C8948;
}
.BgClassName
{
background-color: #8C8948;
}
</style>
border-color css
<style>
span { border-color: #8C8948; }
span { border-color: rgb(140,137,72); }
td.TdClassName
{
border-color: #8C8948;
}
.TagClassName
{
border-color: #8C8948;
}
</style>