Shades of Highball #858246
Tints of Highball #858246
RGB
CMYK
RGB Variations
Color information
#858246 (or 0x858246) is known color: Highball. HEX triplet: 85, 82 and 46. RGB value is (133,130,70). Sum of RGB (Red+Green+Blue) = 133+130+70=333 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.94% from 333); Green value is 130 (51.17% from 255 or 39.04% from 333); Blue value is 70 (27.73% from 255 or 21.02% from 333); Max value from RGB is 133 - color contains mainly: red. Hex color #858246 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858246 is #7A7DB9. Grayscale: #7C7C7C. Windows color (decimal): -8027578 or 4620933. OLE color: 4620933.
HSL color Cylindrical-coordinate representation of color #858246: hue angle of 57.14º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #858246 is Cyan = 0, Magento = 0.02, Yellow = 0.47 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 130 | 70 | - |
| CMYK | 0 | 0.02 | 0.47 | 0.48 |
| HSL | 57.14º | 0.31% | 0.4% | - |
| HSV(B) | 57.14º | 0.47% | 0.52% | - |
| XYZ | 18.76 | 21.39 | 8.93 | - |
| YUV | 124.06 | 97.49 | 134.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 130 | 70 | 0 | 0.02 | 0.47 | 0.48 | 57.14 | 0.31 | 0.4 |
| Hex | 85 | 82 | 46 | 0 | 2 | 2F | 30 | 39 | 1F | 28 |
| Octal | 205 | 202 | 106 | 0 | 2 | 57 | 60 | 71 | 37 | 50 |
| Binary | 10000101 | 10000010 | 1000110 | 0 | 10 | 101111 | 110000 | 111001 | 11111 | 101000 |
Color Harmonies of #858246
Complementary color
Monochromatic Colors of #858246
Black with #858246
Text Example
Text Example
White with #858246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858246; }
p { color: rgb(133,130,70); }
H1.HeaderClassName
{
color: #858246;
}
.AnyTagClassName
{
color: #858246;
}
</style>
background-color css
<style>
a { background-color: #858246; }
a { background-color: rgb(133,130,70); }
div.DivClassName
{
background-color: #858246;
}
.BgClassName
{
background-color: #858246;
}
</style>
border-color css
<style>
span { border-color: #858246; }
span { border-color: rgb(133,130,70); }
td.TdClassName
{
border-color: #858246;
}
.TagClassName
{
border-color: #858246;
}
</style>