#57503C

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

Shades of Panda #57503C

Tints of Panda #57503C

Color information

#57503C (or 0x57503C) is unknown color: approx Panda. HEX triplet: 57, 50 and 3C. RGB value is (87,80,60). Sum of RGB (Red+Green+Blue) = 87+80+60=227 (30% of max value = 765). Red value is 87 (34.38% from 255 or 38.33% from 227); Green value is 80 (31.64% from 255 or 35.24% from 227); Blue value is 60 (23.83% from 255 or 26.43% from 227); Max value from RGB is 87 - color contains mainly: red. Hex color #57503C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57503C is #A8AFC3. Grayscale: #4F4F4F. Windows color (decimal): -11055044 or 3952727. OLE color: 3952727.

HSL color Cylindrical-coordinate representation of color #57503C: hue angle of 44.44º degrees, saturation: 0.18, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #57503C is Cyan = 0, Magento = 0.08, Yellow = 0.31 and Black (K on CMYK) = 0.66.

Color convert

RGB878060-
CMYK00.080.310.66
HSL44.44º18.37%28.82%-
HSV(B)44.44º31.03%34.12%-
XYZ7.618.095.44-
YUV79.81116.82133.13-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 38.33%
GREEN value IS 80 (31.64% from 255) = 35.24%
BLUE value IS 60 (23.83% from 255) = 26.43%
R=38.33%
G=35.24%
B=26.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.31
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87806000.080.310.6644.4418.3728.82
Hex57503C081F422c121d
Octal1271207401037102542235
Binary10101111010000111100010001111110000101011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57503C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57503C; }

 p { color: rgb(87,80,60); }

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

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

 a { background-color: rgb(87,80,60); }

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

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

 span { border-color: rgb(87,80,60); }

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