#504E3E

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

Shades of Panda #504E3E

Tints of Panda #504E3E

Color information

#504E3E (or 0x504E3E) is unknown color: approx Panda. HEX triplet: 50, 4E and 3E. RGB value is (80,78,62). Sum of RGB (Red+Green+Blue) = 80+78+62=220 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.36% from 220); Green value is 78 (30.86% from 255 or 35.45% from 220); Blue value is 62 (24.61% from 255 or 28.18% from 220); Max value from RGB is 80 - color contains mainly: red. Hex color #504E3E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #504E3E is #AFB1C1. Grayscale: #4C4C4C. Windows color (decimal): -11514306 or 4083280. OLE color: 4083280.

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

Color convert

RGB807862-
CMYK00.020.220.69
HSL53.33º12.68%27.84%-
HSV(B)53.33º22.5%31.37%-
XYZ6.97.55.64-
YUV76.77119.66130.3-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 36.36%
GREEN value IS 78 (30.86% from 255) = 35.45%
BLUE value IS 62 (24.61% from 255) = 28.18%
R=36.36%
G=35.45%
B=28.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.22
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80786200.020.220.6953.3312.6827.84
Hex504E3E02164535d1c
Octal120116760226105651534
Binary10100001001110111110010101101000101110101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504E3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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