#504D3A

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

Shades of Panda #504D3A

Tints of Panda #504D3A

Color information

#504D3A (or 0x504D3A) is unknown color: approx Panda. HEX triplet: 50, 4D and 3A. RGB value is (80,77,58). Sum of RGB (Red+Green+Blue) = 80+77+58=215 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.21% from 215); Green value is 77 (30.47% from 255 or 35.81% from 215); Blue value is 58 (23.05% from 255 or 26.98% from 215); Max value from RGB is 80 - color contains mainly: red. Hex color #504D3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #504D3A is #AFB2C5. Grayscale: #4B4B4B. Windows color (decimal): -11514566 or 3820880. OLE color: 3820880.

HSL color Cylindrical-coordinate representation of color #504D3A: hue angle of 51.82º degrees, saturation: 0.16, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #504D3A is Cyan = 0, Magento = 0.04, Yellow = 0.28 and Black (K on CMYK) = 0.69.

Color convert

RGB807758-
CMYK00.040.280.69
HSL51.82º15.94%27.06%-
HSV(B)51.82º27.5%31.37%-
XYZ6.737.325.06-
YUV75.73117.99131.04-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 37.21%
GREEN value IS 77 (30.47% from 255) = 35.81%
BLUE value IS 58 (23.05% from 255) = 26.98%
R=37.21%
G=35.81%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.28
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80775800.040.280.6951.8215.9427.06
Hex504D3A041C4534101b
Octal120115720434105642033
Binary1010000100110111101001001110010001011101001000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504D3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #504D3A; }

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

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

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

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

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

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

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

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