Shades of Highball #858242
Tints of Highball #858242
RGB
CMYK
RGB Variations
Color information
#858242 (or 0x858242) is known color: Highball. HEX triplet: 85, 82 and 42. RGB value is (133,130,66). Sum of RGB (Red+Green+Blue) = 133+130+66=329 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.43% from 329); Green value is 130 (51.17% from 255 or 39.51% from 329); Blue value is 66 (26.17% from 255 or 20.06% from 329); Max value from RGB is 133 - color contains mainly: red. Hex color #858242 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858242 is #7A7DBD. Grayscale: #7B7B7B. Windows color (decimal): -8027582 or 4358789. OLE color: 4358789.
HSL color Cylindrical-coordinate representation of color #858242: hue angle of 57.31º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #858242 is Cyan = 0, Magento = 0.02, Yellow = 0.50 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 130 | 66 | - |
| CMYK | 0 | 0.02 | 0.50 | 0.48 |
| HSL | 57.31º | 0.34% | 0.39% | - |
| HSV(B) | 57.31º | 0.5% | 0.52% | - |
| XYZ | 18.64 | 21.35 | 8.29 | - |
| YUV | 123.6 | 95.49 | 134.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 130 | 66 | 0 | 0.02 | 0.50 | 0.48 | 57.31 | 0.34 | 0.39 |
| Hex | 85 | 82 | 42 | 0 | 2 | 32 | 30 | 39 | 22 | 27 |
| Octal | 205 | 202 | 102 | 0 | 2 | 62 | 60 | 71 | 42 | 47 |
| Binary | 10000101 | 10000010 | 1000010 | 0 | 10 | 110010 | 110000 | 111001 | 100010 | 100111 |
Color Harmonies of #858242
Complementary color
Monochromatic Colors of #858242
Black with #858242
Text Example
Text Example
White with #858242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858242; }
p { color: rgb(133,130,66); }
H1.HeaderClassName
{
color: #858242;
}
.AnyTagClassName
{
color: #858242;
}
</style>
background-color css
<style>
a { background-color: #858242; }
a { background-color: rgb(133,130,66); }
div.DivClassName
{
background-color: #858242;
}
.BgClassName
{
background-color: #858242;
}
</style>
border-color css
<style>
span { border-color: #858242; }
span { border-color: rgb(133,130,66); }
td.TdClassName
{
border-color: #858242;
}
.TagClassName
{
border-color: #858242;
}
</style>