Shades of Highball #85863D
Tints of Highball #85863D
RGB
CMYK
RGB Variations
Color information
#85863D (or 0x85863D) is known color: Highball. HEX triplet: 85, 86 and 3D. RGB value is (133,134,61). Sum of RGB (Red+Green+Blue) = 133+134+61=328 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.55% from 328); Green value is 134 (52.73% from 255 or 40.85% from 328); Blue value is 61 (24.22% from 255 or 18.60% from 328); Max value from RGB is 134 - color contains mainly: green. Hex color #85863D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85863D is #7A79C2. Grayscale: #7D7D7D. Windows color (decimal): -8026563 or 4032133. OLE color: 4032133.
HSL color Cylindrical-coordinate representation of color #85863D: hue angle of 60.82º 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 #85863D is Cyan = 0.01, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 133 | 134 | 61 | - |
| CMYK | 0.01 | 0 | 0.54 | 0.47 |
| HSL | 60.82º | 0.37% | 0.38% | - |
| HSV(B) | 60.82º | 0.54% | 0.53% | - |
| XYZ | 19.04 | 22.37 | 7.73 | - |
| YUV | 125.38 | 91.67 | 133.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 134 | 61 | 0.01 | 0 | 0.54 | 0.47 | 60.82 | 0.37 | 0.38 |
| Hex | 85 | 86 | 3D | 1 | 0 | 36 | 2F | 3D | 25 | 26 |
| Octal | 205 | 206 | 75 | 1 | 0 | 66 | 57 | 75 | 45 | 46 |
| Binary | 10000101 | 10000110 | 111101 | 1 | 0 | 110110 | 101111 | 111101 | 100101 | 100110 |
Color Harmonies of #85863D
Complementary color
Monochromatic Colors of #85863D
Black with #85863D
Text Example
Text Example
White with #85863D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85863D; }
p { color: rgb(133,134,61); }
H1.HeaderClassName
{
color: #85863D;
}
.AnyTagClassName
{
color: #85863D;
}
</style>
background-color css
<style>
a { background-color: #85863D; }
a { background-color: rgb(133,134,61); }
div.DivClassName
{
background-color: #85863D;
}
.BgClassName
{
background-color: #85863D;
}
</style>
border-color css
<style>
span { border-color: #85863D; }
span { border-color: rgb(133,134,61); }
td.TdClassName
{
border-color: #85863D;
}
.TagClassName
{
border-color: #85863D;
}
</style>