#575240

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

Shades of Panda #575240

Tints of Panda #575240

Color information

#575240 (or 0x575240) is unknown color: approx Panda. HEX triplet: 57, 52 and 40. RGB value is (87,82,64). Sum of RGB (Red+Green+Blue) = 87+82+64=233 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.34% from 233); Green value is 82 (32.42% from 255 or 35.19% from 233); Blue value is 64 (25.39% from 255 or 27.47% from 233); Max value from RGB is 87 - color contains mainly: red. Hex color #575240 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575240 is #A8ADBF. Grayscale: #515151. Windows color (decimal): -11054528 or 4215383. OLE color: 4215383.

HSL color Cylindrical-coordinate representation of color #575240: hue angle of 46.96º 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 #575240 is Cyan = 0, Magento = 0.06, Yellow = 0.26 and Black (K on CMYK) = 0.66.

Color convert

RGB878264-
CMYK00.060.260.66
HSL46.96º15.23%29.61%-
HSV(B)46.96º26.44%34.12%-
XYZ7.878.436.06-
YUV81.44118.16131.96-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 37.34%
GREEN value IS 82 (32.42% from 255) = 35.19%
BLUE value IS 64 (25.39% from 255) = 27.47%
R=37.34%
G=35.19%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.26
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87826400.060.260.6646.9615.2329.61
Hex575240061A422ff1e
Octal1271221000632102571736
Binary1010111101001010000000110110101000010101111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575240; }

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

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

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

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

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

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

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

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