#575340

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

Shades of Panda #575340

Tints of Panda #575340

Color information

#575340 (or 0x575340) is unknown color: approx Panda. HEX triplet: 57, 53 and 40. RGB value is (87,83,64). Sum of RGB (Red+Green+Blue) = 87+83+64=234 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.18% from 234); Green value is 83 (32.81% from 255 or 35.47% from 234); Blue value is 64 (25.39% from 255 or 27.35% from 234); Max value from RGB is 87 - color contains mainly: red. Hex color #575340 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575340 is #A8ACBF. Grayscale: #525252. Windows color (decimal): -11054272 or 4215639. OLE color: 4215639.

HSL color Cylindrical-coordinate representation of color #575340: hue angle of 49.57º degrees, saturation: 0.15, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #575340 is Cyan = 0, Magento = 0.05, Yellow = 0.26 and Black (K on CMYK) = 0.66.

Color convert

RGB878364-
CMYK00.050.260.66
HSL49.57º15.23%29.61%-
HSV(B)49.57º26.44%34.12%-
XYZ7.958.586.09-
YUV82.03117.83131.54-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 37.18%
GREEN value IS 83 (32.81% from 255) = 35.47%
BLUE value IS 64 (25.39% from 255) = 27.35%
R=37.18%
G=35.47%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.26
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87836400.050.260.6649.5715.2329.61
Hex575340051A4232f1e
Octal1271231000532102621736
Binary1010111101001110000000101110101000010110010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575340; }

 p { color: rgb(87,83,64); }

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

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

 a { background-color: rgb(87,83,64); }

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

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

 span { border-color: rgb(87,83,64); }

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