Shades of Highball #848240
Tints of Highball #848240
RGB
CMYK
RGB Variations
Color information
#848240 (or 0x848240) is known color: Highball. HEX triplet: 84, 82 and 40. RGB value is (132,130,64). Sum of RGB (Red+Green+Blue) = 132+130+64=326 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.49% from 326); Green value is 130 (51.17% from 255 or 39.88% from 326); Blue value is 64 (25.39% from 255 or 19.63% from 326); Max value from RGB is 132 - color contains mainly: red. Hex color #848240 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #848240 is #7B7DBF. Grayscale: #7B7B7B. Windows color (decimal): -8093120 or 4227716. OLE color: 4227716.
HSL color Cylindrical-coordinate representation of color #848240: hue angle of 58.24º 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 #848240 is Cyan = 0, Magento = 0.02, Yellow = 0.52 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 130 | 64 | - |
| CMYK | 0 | 0.02 | 0.52 | 0.48 |
| HSL | 58.24º | 0.35% | 0.38% | - |
| HSV(B) | 58.24º | 0.52% | 0.52% | - |
| XYZ | 18.42 | 21.24 | 7.98 | - |
| YUV | 123.07 | 94.66 | 134.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 130 | 64 | 0 | 0.02 | 0.52 | 0.48 | 58.24 | 0.35 | 0.38 |
| Hex | 84 | 82 | 40 | 0 | 2 | 34 | 30 | 3A | 23 | 26 |
| Octal | 204 | 202 | 100 | 0 | 2 | 64 | 60 | 72 | 43 | 46 |
| Binary | 10000100 | 10000010 | 1000000 | 0 | 10 | 110100 | 110000 | 111010 | 100011 | 100110 |
Color Harmonies of #848240
Complementary color
Monochromatic Colors of #848240
Black with #848240
Text Example
Text Example
White with #848240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848240; }
p { color: rgb(132,130,64); }
H1.HeaderClassName
{
color: #848240;
}
.AnyTagClassName
{
color: #848240;
}
</style>
background-color css
<style>
a { background-color: #848240; }
a { background-color: rgb(132,130,64); }
div.DivClassName
{
background-color: #848240;
}
.BgClassName
{
background-color: #848240;
}
</style>
border-color css
<style>
span { border-color: #848240; }
span { border-color: rgb(132,130,64); }
td.TdClassName
{
border-color: #848240;
}
.TagClassName
{
border-color: #848240;
}
</style>