Shades of Highball #8C8239
Tints of Highball #8C8239
RGB
CMYK
RGB Variations
Color information
#8C8239 (or 0x8C8239) is known color: Highball. HEX triplet: 8C, 82 and 39. RGB value is (140,130,57). Sum of RGB (Red+Green+Blue) = 140+130+57=327 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.81% from 327); Green value is 130 (51.17% from 255 or 39.76% from 327); Blue value is 57 (22.66% from 255 or 17.43% from 327); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8239 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C8239 is #737DC6. Grayscale: #7C7C7C. Windows color (decimal): -7568839 or 3768972. OLE color: 3768972.
HSL color Cylindrical-coordinate representation of color #8C8239: hue angle of 52.77º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8C8239 is Cyan = 0, Magento = 0.07, Yellow = 0.59 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 130 | 57 | - |
| CMYK | 0 | 0.07 | 0.59 | 0.45 |
| HSL | 52.77º | 0.42% | 0.39% | - |
| HSV(B) | 52.77º | 0.59% | 0.55% | - |
| XYZ | 19.54 | 21.84 | 7.06 | - |
| YUV | 124.67 | 89.81 | 138.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 130 | 57 | 0 | 0.07 | 0.59 | 0.45 | 52.77 | 0.42 | 0.39 |
| Hex | 8C | 82 | 39 | 0 | 7 | 3B | 2D | 35 | 2A | 27 |
| Octal | 214 | 202 | 71 | 0 | 7 | 73 | 55 | 65 | 52 | 47 |
| Binary | 10001100 | 10000010 | 111001 | 0 | 111 | 111011 | 101101 | 110101 | 101010 | 100111 |
Color Harmonies of #8C8239
Complementary color
Monochromatic Colors of #8C8239
Black with #8C8239
Text Example
Text Example
White with #8C8239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8239; }
p { color: rgb(140,130,57); }
H1.HeaderClassName
{
color: #8C8239;
}
.AnyTagClassName
{
color: #8C8239;
}
</style>
background-color css
<style>
a { background-color: #8C8239; }
a { background-color: rgb(140,130,57); }
div.DivClassName
{
background-color: #8C8239;
}
.BgClassName
{
background-color: #8C8239;
}
</style>
border-color css
<style>
span { border-color: #8C8239; }
span { border-color: rgb(140,130,57); }
td.TdClassName
{
border-color: #8C8239;
}
.TagClassName
{
border-color: #8C8239;
}
</style>