#57503F

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

Shades of Panda #57503F

Tints of Panda #57503F

Color information

#57503F (or 0x57503F) is unknown color: approx Panda. HEX triplet: 57, 50 and 3F. RGB value is (87,80,63). Sum of RGB (Red+Green+Blue) = 87+80+63=230 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.83% from 230); Green value is 80 (31.64% from 255 or 34.78% from 230); Blue value is 63 (25% from 255 or 27.39% from 230); Max value from RGB is 87 - color contains mainly: red. Hex color #57503F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57503F is #A8AFC0. Grayscale: #505050. Windows color (decimal): -11055041 or 4149335. OLE color: 4149335.

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

Color convert

RGB878063-
CMYK00.080.280.66
HSL42.5º16%29.41%-
HSV(B)42.5º27.59%34.12%-
XYZ7.78.125.86-
YUV80.15118.32132.88-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 37.83%
GREEN value IS 80 (31.64% from 255) = 34.78%
BLUE value IS 63 (25% from 255) = 27.39%
R=37.83%
G=34.78%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.28
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87806300.080.280.6642.51629.41
Hex57503F081C422b101d
Octal1271207701034102532035
Binary10101111010000111111010001110010000101010111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57503F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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