#504C39

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

Shades of Panda #504C39

Tints of Panda #504C39

Color information

#504C39 (or 0x504C39) is unknown color: approx Panda. HEX triplet: 50, 4C and 39. RGB value is (80,76,57). Sum of RGB (Red+Green+Blue) = 80+76+57=213 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.56% from 213); Green value is 76 (30.08% from 255 or 35.68% from 213); Blue value is 57 (22.66% from 255 or 26.76% from 213); Max value from RGB is 80 - color contains mainly: red. Hex color #504C39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504C39 is #AFB3C6. Grayscale: #4B4B4B. Windows color (decimal): -11514823 or 3755088. OLE color: 3755088.

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

Color convert

RGB807657-
CMYK00.050.290.69
HSL49.57º16.79%26.86%-
HSV(B)49.57º28.75%31.37%-
XYZ6.637.174.91-
YUV75.03117.83131.54-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 37.56%
GREEN value IS 76 (30.08% from 255) = 35.68%
BLUE value IS 57 (22.66% from 255) = 26.76%
R=37.56%
G=35.68%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.29
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80765700.050.290.6949.5716.7926.86
Hex504C39051D4532111b
Octal120114710535105622133
Binary1010000100110011100101011110110001011100101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504C39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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