#57503B

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

Shades of Panda #57503B

Tints of Panda #57503B

Color information

#57503B (or 0x57503B) is unknown color: approx Panda. HEX triplet: 57, 50 and 3B. RGB value is (87,80,59). Sum of RGB (Red+Green+Blue) = 87+80+59=226 (29% of max value = 765). Red value is 87 (34.38% from 255 or 38.50% from 226); Green value is 80 (31.64% from 255 or 35.40% from 226); Blue value is 59 (23.44% from 255 or 26.11% from 226); Max value from RGB is 87 - color contains mainly: red. Hex color #57503B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57503B is #A8AFC4. Grayscale: #4F4F4F. Windows color (decimal): -11055045 or 3887191. OLE color: 3887191.

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

Color convert

RGB878059-
CMYK00.080.320.66
HSL45º19.18%28.63%-
HSV(B)45º32.18%34.12%-
XYZ7.598.085.3-
YUV79.7116.32133.21-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 38.50%
GREEN value IS 80 (31.64% from 255) = 35.40%
BLUE value IS 59 (23.44% from 255) = 26.11%
R=38.50%
G=35.40%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.32
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87805900.080.320.664519.1828.63
Hex57503B0820422d131d
Octal1271207301040102552335
Binary101011110100001110110100010000010000101011011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57503B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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