Shades of Highball #85803C
Tints of Highball #85803C
RGB
CMYK
RGB Variations
Color information
#85803C (or 0x85803C) is known color: Highball. HEX triplet: 85, 80 and 3C. RGB value is (133,128,60). Sum of RGB (Red+Green+Blue) = 133+128+60=321 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.43% from 321); Green value is 128 (50.39% from 255 or 39.88% from 321); Blue value is 60 (23.83% from 255 or 18.69% from 321); Max value from RGB is 133 - color contains mainly: red. Hex color #85803C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85803C is #7A7FC3. Grayscale: #7A7A7A. Windows color (decimal): -8028100 or 3965061. OLE color: 3965061.
HSL color Cylindrical-coordinate representation of color #85803C: hue angle of 55.89º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #85803C is Cyan = 0, Magento = 0.04, Yellow = 0.55 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 128 | 60 | - |
| CMYK | 0 | 0.04 | 0.55 | 0.48 |
| HSL | 55.89º | 0.38% | 0.38% | - |
| HSV(B) | 55.89º | 0.55% | 0.52% | - |
| XYZ | 18.21 | 20.75 | 7.32 | - |
| YUV | 121.74 | 93.16 | 136.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 128 | 60 | 0 | 0.04 | 0.55 | 0.48 | 55.89 | 0.38 | 0.38 |
| Hex | 85 | 80 | 3C | 0 | 4 | 37 | 30 | 38 | 26 | 26 |
| Octal | 205 | 200 | 74 | 0 | 4 | 67 | 60 | 70 | 46 | 46 |
| Binary | 10000101 | 10000000 | 111100 | 0 | 100 | 110111 | 110000 | 111000 | 100110 | 100110 |
Color Harmonies of #85803C
Complementary color
Monochromatic Colors of #85803C
Black with #85803C
Text Example
Text Example
White with #85803C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85803C; }
p { color: rgb(133,128,60); }
H1.HeaderClassName
{
color: #85803C;
}
.AnyTagClassName
{
color: #85803C;
}
</style>
background-color css
<style>
a { background-color: #85803C; }
a { background-color: rgb(133,128,60); }
div.DivClassName
{
background-color: #85803C;
}
.BgClassName
{
background-color: #85803C;
}
</style>
border-color css
<style>
span { border-color: #85803C; }
span { border-color: rgb(133,128,60); }
td.TdClassName
{
border-color: #85803C;
}
.TagClassName
{
border-color: #85803C;
}
</style>