#504E3D

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

Shades of Panda #504E3D

Tints of Panda #504E3D

Color information

#504E3D (or 0x504E3D) is unknown color: approx Panda. HEX triplet: 50, 4E and 3D. RGB value is (80,78,61). Sum of RGB (Red+Green+Blue) = 80+78+61=219 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.53% from 219); Green value is 78 (30.86% from 255 or 35.62% from 219); Blue value is 61 (24.22% from 255 or 27.85% from 219); Max value from RGB is 80 - color contains mainly: red. Hex color #504E3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #504E3D is #AFB1C2. Grayscale: #4C4C4C. Windows color (decimal): -11514307 or 4017744. OLE color: 4017744.

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

Color convert

RGB807861-
CMYK00.020.240.69
HSL53.68º13.48%27.65%-
HSV(B)53.68º23.75%31.37%-
XYZ6.877.495.5-
YUV76.66119.16130.38-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 36.53%
GREEN value IS 78 (30.86% from 255) = 35.62%
BLUE value IS 61 (24.22% from 255) = 27.85%
R=36.53%
G=35.62%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.24
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80786100.020.240.6953.6813.4827.65
Hex504E3D02184536d1c
Octal120116750230105661534
Binary10100001001110111101010110001000101110110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,78,61); }

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

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

 a { background-color: rgb(80,78,61); }

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

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

 span { border-color: rgb(80,78,61); }

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