Shades of Highball #85803D
Tints of Highball #85803D
RGB
CMYK
RGB Variations
Color information
#85803D (or 0x85803D) is known color: Highball. HEX triplet: 85, 80 and 3D. RGB value is (133,128,61). Sum of RGB (Red+Green+Blue) = 133+128+61=322 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.30% from 322); Green value is 128 (50.39% from 255 or 39.75% from 322); Blue value is 61 (24.22% from 255 or 18.94% from 322); Max value from RGB is 133 - color contains mainly: red. Hex color #85803D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85803D is #7A7FC2. Grayscale: #7A7A7A. Windows color (decimal): -8028099 or 4030597. OLE color: 4030597.
HSL color Cylindrical-coordinate representation of color #85803D: hue angle of 55.83º 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 #85803D is Cyan = 0, Magento = 0.04, Yellow = 0.54 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 128 | 61 | - |
| CMYK | 0 | 0.04 | 0.54 | 0.48 |
| HSL | 55.83º | 0.37% | 0.38% | - |
| HSV(B) | 55.83º | 0.54% | 0.52% | - |
| XYZ | 18.23 | 20.76 | 7.46 | - |
| YUV | 121.86 | 93.66 | 135.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 128 | 61 | 0 | 0.04 | 0.54 | 0.48 | 55.83 | 0.37 | 0.38 |
| Hex | 85 | 80 | 3D | 0 | 4 | 36 | 30 | 38 | 25 | 26 |
| Octal | 205 | 200 | 75 | 0 | 4 | 66 | 60 | 70 | 45 | 46 |
| Binary | 10000101 | 10000000 | 111101 | 0 | 100 | 110110 | 110000 | 111000 | 100101 | 100110 |
Color Harmonies of #85803D
Complementary color
Monochromatic Colors of #85803D
Black with #85803D
Text Example
Text Example
White with #85803D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85803D; }
p { color: rgb(133,128,61); }
H1.HeaderClassName
{
color: #85803D;
}
.AnyTagClassName
{
color: #85803D;
}
</style>
background-color css
<style>
a { background-color: #85803D; }
a { background-color: rgb(133,128,61); }
div.DivClassName
{
background-color: #85803D;
}
.BgClassName
{
background-color: #85803D;
}
</style>
border-color css
<style>
span { border-color: #85803D; }
span { border-color: rgb(133,128,61); }
td.TdClassName
{
border-color: #85803D;
}
.TagClassName
{
border-color: #85803D;
}
</style>