Shades of Highball #85843D
Tints of Highball #85843D
RGB
CMYK
RGB Variations
Color information
#85843D (or 0x85843D) is known color: Highball. HEX triplet: 85, 84 and 3D. RGB value is (133,132,61). Sum of RGB (Red+Green+Blue) = 133+132+61=326 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.80% from 326); Green value is 132 (51.95% from 255 or 40.49% from 326); Blue value is 61 (24.22% from 255 or 18.71% from 326); Max value from RGB is 133 - color contains mainly: red. Hex color #85843D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85843D is #7A7BC2. Grayscale: #7C7C7C. Windows color (decimal): -8027075 or 4031621. OLE color: 4031621.
HSL color Cylindrical-coordinate representation of color #85843D: hue angle of 59.17º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #85843D is Cyan = 0, Magento = 0.01, Yellow = 0.54 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 132 | 61 | - |
| CMYK | 0 | 0.01 | 0.54 | 0.48 |
| HSL | 59.17º | 0.37% | 0.38% | - |
| HSV(B) | 59.17º | 0.54% | 0.52% | - |
| XYZ | 18.77 | 21.83 | 7.64 | - |
| YUV | 124.21 | 92.33 | 134.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 132 | 61 | 0 | 0.01 | 0.54 | 0.48 | 59.17 | 0.37 | 0.38 |
| Hex | 85 | 84 | 3D | 0 | 1 | 36 | 30 | 3B | 25 | 26 |
| Octal | 205 | 204 | 75 | 0 | 1 | 66 | 60 | 73 | 45 | 46 |
| Binary | 10000101 | 10000100 | 111101 | 0 | 1 | 110110 | 110000 | 111011 | 100101 | 100110 |
Color Harmonies of #85843D
Complementary color
Monochromatic Colors of #85843D
Black with #85843D
Text Example
Text Example
White with #85843D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85843D; }
p { color: rgb(133,132,61); }
H1.HeaderClassName
{
color: #85843D;
}
.AnyTagClassName
{
color: #85843D;
}
</style>
background-color css
<style>
a { background-color: #85843D; }
a { background-color: rgb(133,132,61); }
div.DivClassName
{
background-color: #85843D;
}
.BgClassName
{
background-color: #85843D;
}
</style>
border-color css
<style>
span { border-color: #85843D; }
span { border-color: rgb(133,132,61); }
td.TdClassName
{
border-color: #85843D;
}
.TagClassName
{
border-color: #85843D;
}
</style>