Shades of Highball #858741
Tints of Highball #858741
RGB
CMYK
RGB Variations
Color information
#858741 (or 0x858741) is known color: Highball. HEX triplet: 85, 87 and 41. RGB value is (133,135,65). Sum of RGB (Red+Green+Blue) = 133+135+65=333 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.94% from 333); Green value is 135 (53.12% from 255 or 40.54% from 333); Blue value is 65 (25.78% from 255 or 19.52% from 333); Max value from RGB is 135 - color contains mainly: green. Hex color #858741 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858741 is #7A78BE. Grayscale: #7E7E7E. Windows color (decimal): -8026303 or 4294533. OLE color: 4294533.
HSL color Cylindrical-coordinate representation of color #858741: hue angle of 61.71º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #858741 is Cyan = 0.01, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 133 | 135 | 65 | - |
| CMYK | 0.01 | 0 | 0.52 | 0.47 |
| HSL | 61.71º | 0.35% | 0.39% | - |
| HSV(B) | 61.71º | 0.52% | 0.53% | - |
| XYZ | 19.29 | 22.7 | 8.37 | - |
| YUV | 126.42 | 93.34 | 132.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 135 | 65 | 0.01 | 0 | 0.52 | 0.47 | 61.71 | 0.35 | 0.39 |
| Hex | 85 | 87 | 41 | 1 | 0 | 34 | 2F | 3E | 23 | 27 |
| Octal | 205 | 207 | 101 | 1 | 0 | 64 | 57 | 76 | 43 | 47 |
| Binary | 10000101 | 10000111 | 1000001 | 1 | 0 | 110100 | 101111 | 111110 | 100011 | 100111 |
Color Harmonies of #858741
Complementary color
Monochromatic Colors of #858741
Black with #858741
Text Example
Text Example
White with #858741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858741; }
p { color: rgb(133,135,65); }
H1.HeaderClassName
{
color: #858741;
}
.AnyTagClassName
{
color: #858741;
}
</style>
background-color css
<style>
a { background-color: #858741; }
a { background-color: rgb(133,135,65); }
div.DivClassName
{
background-color: #858741;
}
.BgClassName
{
background-color: #858741;
}
</style>
border-color css
<style>
span { border-color: #858741; }
span { border-color: rgb(133,135,65); }
td.TdClassName
{
border-color: #858741;
}
.TagClassName
{
border-color: #858741;
}
</style>