Shades of Highball #858040
Tints of Highball #858040
RGB
CMYK
RGB Variations
Color information
#858040 (or 0x858040) is known color: Highball. HEX triplet: 85, 80 and 40. RGB value is (133,128,64). Sum of RGB (Red+Green+Blue) = 133+128+64=325 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.92% from 325); Green value is 128 (50.39% from 255 or 39.38% from 325); Blue value is 64 (25.39% from 255 or 19.69% from 325); Max value from RGB is 133 - color contains mainly: red. Hex color #858040 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858040 is #7A7FBF. Grayscale: #7A7A7A. Windows color (decimal): -8028096 or 4227205. OLE color: 4227205.
HSL color Cylindrical-coordinate representation of color #858040: hue angle of 55.65º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #858040 is Cyan = 0, Magento = 0.04, Yellow = 0.52 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 128 | 64 | - |
| CMYK | 0 | 0.04 | 0.52 | 0.48 |
| HSL | 55.65º | 0.35% | 0.39% | - |
| HSV(B) | 55.65º | 0.52% | 0.52% | - |
| XYZ | 18.32 | 20.8 | 7.9 | - |
| YUV | 122.2 | 95.16 | 135.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 128 | 64 | 0 | 0.04 | 0.52 | 0.48 | 55.65 | 0.35 | 0.39 |
| Hex | 85 | 80 | 40 | 0 | 4 | 34 | 30 | 38 | 23 | 27 |
| Octal | 205 | 200 | 100 | 0 | 4 | 64 | 60 | 70 | 43 | 47 |
| Binary | 10000101 | 10000000 | 1000000 | 0 | 100 | 110100 | 110000 | 111000 | 100011 | 100111 |
Color Harmonies of #858040
Complementary color
Monochromatic Colors of #858040
Black with #858040
Text Example
Text Example
White with #858040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858040; }
p { color: rgb(133,128,64); }
H1.HeaderClassName
{
color: #858040;
}
.AnyTagClassName
{
color: #858040;
}
</style>
background-color css
<style>
a { background-color: #858040; }
a { background-color: rgb(133,128,64); }
div.DivClassName
{
background-color: #858040;
}
.BgClassName
{
background-color: #858040;
}
</style>
border-color css
<style>
span { border-color: #858040; }
span { border-color: rgb(133,128,64); }
td.TdClassName
{
border-color: #858040;
}
.TagClassName
{
border-color: #858040;
}
</style>