Shades of Highball #8C8348
Tints of Highball #8C8348
RGB
CMYK
RGB Variations
Color information
#8C8348 (or 0x8C8348) is known color: Highball. HEX triplet: 8C, 83 and 48. RGB value is (140,131,72). Sum of RGB (Red+Green+Blue) = 140+131+72=343 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.82% from 343); Green value is 131 (51.56% from 255 or 38.19% from 343); Blue value is 72 (28.52% from 255 or 20.99% from 343); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8348 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C8348 is #737CB7. Grayscale: #7F7F7F. Windows color (decimal): -7568568 or 4752268. OLE color: 4752268.
HSL color Cylindrical-coordinate representation of color #8C8348: hue angle of 52.06º 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 #8C8348 is Cyan = 0, Magento = 0.06, Yellow = 0.49 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 131 | 72 | - |
| CMYK | 0 | 0.06 | 0.49 | 0.45 |
| HSL | 52.06º | 0.32% | 0.42% | - |
| HSV(B) | 52.06º | 0.49% | 0.55% | - |
| XYZ | 20.1 | 22.28 | 9.37 | - |
| YUV | 126.97 | 96.98 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 131 | 72 | 0 | 0.06 | 0.49 | 0.45 | 52.06 | 0.32 | 0.42 |
| Hex | 8C | 83 | 48 | 0 | 6 | 31 | 2D | 34 | 20 | 2A |
| Octal | 214 | 203 | 110 | 0 | 6 | 61 | 55 | 64 | 40 | 52 |
| Binary | 10001100 | 10000011 | 1001000 | 0 | 110 | 110001 | 101101 | 110100 | 100000 | 101010 |
Color Harmonies of #8C8348
Complementary color
Monochromatic Colors of #8C8348
Black with #8C8348
Text Example
Text Example
White with #8C8348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8348; }
p { color: rgb(140,131,72); }
H1.HeaderClassName
{
color: #8C8348;
}
.AnyTagClassName
{
color: #8C8348;
}
</style>
background-color css
<style>
a { background-color: #8C8348; }
a { background-color: rgb(140,131,72); }
div.DivClassName
{
background-color: #8C8348;
}
.BgClassName
{
background-color: #8C8348;
}
</style>
border-color css
<style>
span { border-color: #8C8348; }
span { border-color: rgb(140,131,72); }
td.TdClassName
{
border-color: #8C8348;
}
.TagClassName
{
border-color: #8C8348;
}
</style>