#85803E

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

Shades of Highball #85803E

Tints of Highball #85803E

Color information

#85803E (or 0x85803E) is unknown color: approx Highball. HEX triplet: 85, 80 and 3E. RGB value is (133,128,62). Sum of RGB (Red+Green+Blue) = 133+128+62=323 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.18% from 323); Green value is 128 (50.39% from 255 or 39.63% from 323); Blue value is 62 (24.61% from 255 or 19.20% from 323); Max value from RGB is 133 - color contains mainly: red. Hex color #85803E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85803E is #7A7FC1. Grayscale: #7A7A7A. Windows color (decimal): -8028098 or 4096133. OLE color: 4096133.

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

Color convert

RGB13312862-
CMYK00.040.530.48
HSL55.77º36.41%38.24%-
HSV(B)55.77º53.38%52.16%-
XYZ18.2620.777.6-
YUV121.9794.16135.87-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.18%
GREEN value IS 128 (50.39% from 255) = 39.63%
BLUE value IS 62 (24.61% from 255) = 19.20%
R=41.18%
G=39.63%
B=19.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.53
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331286200.040.530.4855.7736.4138.24
Hex85803E043530382426
Octal20520076046560704446
Binary10000101100000001111100100110101110000111000100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85803E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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