Shades of Highball #848040
Tints of Highball #848040
RGB
CMYK
RGB Variations
Color information
#848040 (or 0x848040) is known color: Highball. HEX triplet: 84, 80 and 40. RGB value is (132,128,64). Sum of RGB (Red+Green+Blue) = 132+128+64=324 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.74% from 324); Green value is 128 (50.39% from 255 or 39.51% from 324); Blue value is 64 (25.39% from 255 or 19.75% from 324); Max value from RGB is 132 - color contains mainly: red. Hex color #848040 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #848040 is #7B7FBF. Grayscale: #7A7A7A. Windows color (decimal): -8093632 or 4227204. OLE color: 4227204.
HSL color Cylindrical-coordinate representation of color #848040: hue angle of 56.47º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #848040 is Cyan = 0, Magento = 0.03, Yellow = 0.52 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 128 | 64 | - |
| CMYK | 0 | 0.03 | 0.52 | 0.48 |
| HSL | 56.47º | 0.35% | 0.38% | - |
| HSV(B) | 56.47º | 0.52% | 0.52% | - |
| XYZ | 18.16 | 20.71 | 7.89 | - |
| YUV | 121.9 | 95.33 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 128 | 64 | 0 | 0.03 | 0.52 | 0.48 | 56.47 | 0.35 | 0.38 |
| Hex | 84 | 80 | 40 | 0 | 3 | 34 | 30 | 38 | 23 | 26 |
| Octal | 204 | 200 | 100 | 0 | 3 | 64 | 60 | 70 | 43 | 46 |
| Binary | 10000100 | 10000000 | 1000000 | 0 | 11 | 110100 | 110000 | 111000 | 100011 | 100110 |
Color Harmonies of #848040
Complementary color
Monochromatic Colors of #848040
Black with #848040
Text Example
Text Example
White with #848040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848040; }
p { color: rgb(132,128,64); }
H1.HeaderClassName
{
color: #848040;
}
.AnyTagClassName
{
color: #848040;
}
</style>
background-color css
<style>
a { background-color: #848040; }
a { background-color: rgb(132,128,64); }
div.DivClassName
{
background-color: #848040;
}
.BgClassName
{
background-color: #848040;
}
</style>
border-color css
<style>
span { border-color: #848040; }
span { border-color: rgb(132,128,64); }
td.TdClassName
{
border-color: #848040;
}
.TagClassName
{
border-color: #848040;
}
</style>