Shades of Highball #85863E
Tints of Highball #85863E
RGB
CMYK
RGB Variations
Color information
#85863E (or 0x85863E) is known color: Highball. HEX triplet: 85, 86 and 3E. RGB value is (133,134,62). Sum of RGB (Red+Green+Blue) = 133+134+62=329 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.43% from 329); Green value is 134 (52.73% from 255 or 40.73% from 329); Blue value is 62 (24.61% from 255 or 18.84% from 329); Max value from RGB is 134 - color contains mainly: green. Hex color #85863E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85863E is #7A79C1. Grayscale: #7D7D7D. Windows color (decimal): -8026562 or 4097669. OLE color: 4097669.
HSL color Cylindrical-coordinate representation of color #85863E: hue angle of 60.83º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #85863E is Cyan = 0.01, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 133 | 134 | 62 | - |
| CMYK | 0.01 | 0 | 0.54 | 0.47 |
| HSL | 60.83º | 0.37% | 0.38% | - |
| HSV(B) | 60.83º | 0.54% | 0.53% | - |
| XYZ | 19.07 | 22.38 | 7.87 | - |
| YUV | 125.49 | 92.17 | 133.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 134 | 62 | 0.01 | 0 | 0.54 | 0.47 | 60.83 | 0.37 | 0.38 |
| Hex | 85 | 86 | 3E | 1 | 0 | 36 | 2F | 3D | 25 | 26 |
| Octal | 205 | 206 | 76 | 1 | 0 | 66 | 57 | 75 | 45 | 46 |
| Binary | 10000101 | 10000110 | 111110 | 1 | 0 | 110110 | 101111 | 111101 | 100101 | 100110 |
Color Harmonies of #85863E
Complementary color
Monochromatic Colors of #85863E
Black with #85863E
Text Example
Text Example
White with #85863E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85863E; }
p { color: rgb(133,134,62); }
H1.HeaderClassName
{
color: #85863E;
}
.AnyTagClassName
{
color: #85863E;
}
</style>
background-color css
<style>
a { background-color: #85863E; }
a { background-color: rgb(133,134,62); }
div.DivClassName
{
background-color: #85863E;
}
.BgClassName
{
background-color: #85863E;
}
</style>
border-color css
<style>
span { border-color: #85863E; }
span { border-color: rgb(133,134,62); }
td.TdClassName
{
border-color: #85863E;
}
.TagClassName
{
border-color: #85863E;
}
</style>