#504C3C

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

Shades of Panda #504C3C

Tints of Panda #504C3C

Color information

#504C3C (or 0x504C3C) is unknown color: approx Panda. HEX triplet: 50, 4C and 3C. RGB value is (80,76,60). Sum of RGB (Red+Green+Blue) = 80+76+60=216 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.04% from 216); Green value is 76 (30.08% from 255 or 35.19% from 216); Blue value is 60 (23.83% from 255 or 27.78% from 216); Max value from RGB is 80 - color contains mainly: red. Hex color #504C3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504C3C is #AFB3C3. Grayscale: #4B4B4B. Windows color (decimal): -11514820 or 3951696. OLE color: 3951696.

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

Color convert

RGB807660-
CMYK00.050.250.69
HSL48º14.29%27.45%-
HSV(B)48º25%31.37%-
XYZ6.717.25.31-
YUV75.37119.33131.3-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 37.04%
GREEN value IS 76 (30.08% from 255) = 35.19%
BLUE value IS 60 (23.83% from 255) = 27.78%
R=37.04%
G=35.19%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.25
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80766000.050.250.694814.2927.45
Hex504C3C05194530e1b
Octal120114740531105601633
Binary101000010011001111000101110011000101110000111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504C3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,76,60); }

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

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

 a { background-color: rgb(80,76,60); }

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

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

 span { border-color: rgb(80,76,60); }

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