#85803A

Color #85803A Highball (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Highball #85803A

Tints of Highball #85803A

Color information

#85803A (or 0x85803A) is unknown color: approx Highball. HEX triplet: 85, 80 and 3A. RGB value is (133,128,58). Sum of RGB (Red+Green+Blue) = 133+128+58=319 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.69% from 319); Green value is 128 (50.39% from 255 or 40.13% from 319); Blue value is 58 (23.05% from 255 or 18.18% from 319); Max value from RGB is 133 - color contains mainly: red. Hex color #85803A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85803A is #7A7FC5. Grayscale: #797979. Windows color (decimal): -8028102 or 3833989. OLE color: 3833989.

HSL color Cylindrical-coordinate representation of color #85803A: hue angle of 56º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #85803A is Cyan = 0, Magento = 0.04, Yellow = 0.56 and Black (K on CMYK) = 0.48.

Color convert

RGB13312858-
CMYK00.040.560.48
HSL56º39.27%37.45%-
HSV(B)56º56.39%52.16%-
XYZ18.1620.737.05-
YUV121.5192.16136.19-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 133 (52.34% from 255) = 41.69%
GREEN value IS 128 (50.39% from 255) = 40.13%
BLUE value IS 58 (23.05% from 255) = 18.18%
R=41.69%
G=40.13%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.56
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331285800.040.560.485639.2737.45
Hex85803A043830382725
Octal20520072047060704745
Binary10000101100000001110100100111000110000111000100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85803A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85803A; }

 p { color: rgb(133,128,58); }

 H1.HeaderClassName
 {
   color: #85803A;
 }
 .AnyTagClassName
 {
   color: #85803A;
 }
</style>
background-color css

<style>
 a { background-color: #85803A; }

 a { background-color: rgb(133,128,58); }

 div.DivClassName
 {
   background-color: #85803A;
 }
 .BgClassName
 {
   background-color: #85803A;
 }
</style>
border-color css

<style>
 span { border-color: #85803A; }

 span { border-color: rgb(133,128,58); }

 td.TdClassName
 {
   border-color: #85803A;
 }
 .TagClassName
 {
   border-color: #85803A;
 }
</style>