#57503A

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

Shades of Panda #57503A

Tints of Panda #57503A

Color information

#57503A (or 0x57503A) is unknown color: approx Panda. HEX triplet: 57, 50 and 3A. RGB value is (87,80,58). Sum of RGB (Red+Green+Blue) = 87+80+58=225 (29% of max value = 765). Red value is 87 (34.38% from 255 or 38.67% from 225); Green value is 80 (31.64% from 255 or 35.56% from 225); Blue value is 58 (23.05% from 255 or 25.78% from 225); Max value from RGB is 87 - color contains mainly: red. Hex color #57503A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57503A is #A8AFC5. Grayscale: #4F4F4F. Windows color (decimal): -11055046 or 3821655. OLE color: 3821655.

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

Color convert

RGB878058-
CMYK00.080.330.66
HSL45.52º20%28.43%-
HSV(B)45.52º33.33%34.12%-
XYZ7.568.075.16-
YUV79.58115.82133.29-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 38.67%
GREEN value IS 80 (31.64% from 255) = 35.56%
BLUE value IS 58 (23.05% from 255) = 25.78%
R=38.67%
G=35.56%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.33
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87805800.080.330.6645.522028.43
Hex57503A0821422e141c
Octal1271207201041102562434
Binary101011110100001110100100010000110000101011101010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57503A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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