#504D41

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

Shades of Panda #504D41

Tints of Panda #504D41

Color information

#504D41 (or 0x504D41) is unknown color: approx Panda. HEX triplet: 50, 4D and 41. RGB value is (80,77,65). Sum of RGB (Red+Green+Blue) = 80+77+65=222 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.04% from 222); Green value is 77 (30.47% from 255 or 34.68% from 222); Blue value is 65 (25.78% from 255 or 29.28% from 222); Max value from RGB is 80 - color contains mainly: red. Hex color #504D41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #504D41 is #AFB2BE. Grayscale: #4C4C4C. Windows color (decimal): -11514559 or 4279632. OLE color: 4279632.

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

Color convert

RGB807765-
CMYK00.040.190.69
HSL48º10.34%28.43%-
HSV(B)48º18.75%31.37%-
XYZ6.927.396.06-
YUV76.53121.49130.48-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 36.04%
GREEN value IS 77 (30.47% from 255) = 34.68%
BLUE value IS 65 (25.78% from 255) = 29.28%
R=36.04%
G=34.68%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.19
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80776500.040.190.694810.3428.43
Hex504D4104134530a1c
Octal1201151010423105601234
Binary1010000100110110000010100100111000101110000101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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