Shades of Highball #8B8040
Tints of Highball #8B8040
RGB
CMYK
RGB Variations
Color information
#8B8040 (or 0x8B8040) is known color: Highball. HEX triplet: 8B, 80 and 40. RGB value is (139,128,64). Sum of RGB (Red+Green+Blue) = 139+128+64=331 (43% of max value = 765). Red value is 139 (54.69% from 255 or 41.99% from 331); Green value is 128 (50.39% from 255 or 38.67% from 331); Blue value is 64 (25.39% from 255 or 19.34% from 331); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8040 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B8040 is #747FBF. Grayscale: #7C7C7C. Windows color (decimal): -7634880 or 4227211. OLE color: 4227211.
HSL color Cylindrical-coordinate representation of color #8B8040: hue angle of 51.2º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8B8040 is Cyan = 0, Magento = 0.08, Yellow = 0.54 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 128 | 64 | - |
| CMYK | 0 | 0.08 | 0.54 | 0.45 |
| HSL | 51.2º | 0.37% | 0.4% | - |
| HSV(B) | 51.2º | 0.54% | 0.55% | - |
| XYZ | 19.29 | 21.3 | 7.94 | - |
| YUV | 123.99 | 94.14 | 138.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 128 | 64 | 0 | 0.08 | 0.54 | 0.45 | 51.2 | 0.37 | 0.4 |
| Hex | 8B | 80 | 40 | 0 | 8 | 36 | 2D | 33 | 25 | 28 |
| Octal | 213 | 200 | 100 | 0 | 10 | 66 | 55 | 63 | 45 | 50 |
| Binary | 10001011 | 10000000 | 1000000 | 0 | 1000 | 110110 | 101101 | 110011 | 100101 | 101000 |
Color Harmonies of #8B8040
Complementary color
Monochromatic Colors of #8B8040
Black with #8B8040
Text Example
Text Example
White with #8B8040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B8040; }
p { color: rgb(139,128,64); }
H1.HeaderClassName
{
color: #8B8040;
}
.AnyTagClassName
{
color: #8B8040;
}
</style>
background-color css
<style>
a { background-color: #8B8040; }
a { background-color: rgb(139,128,64); }
div.DivClassName
{
background-color: #8B8040;
}
.BgClassName
{
background-color: #8B8040;
}
</style>
border-color css
<style>
span { border-color: #8B8040; }
span { border-color: rgb(139,128,64); }
td.TdClassName
{
border-color: #8B8040;
}
.TagClassName
{
border-color: #8B8040;
}
</style>