#504A39

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

Shades of Panda #504A39

Tints of Panda #504A39

Color information

#504A39 (or 0x504A39) is unknown color: approx Panda. HEX triplet: 50, 4A and 39. RGB value is (80,74,57). Sum of RGB (Red+Green+Blue) = 80+74+57=211 (27% of max value = 765). Red value is 80 (31.64% from 255 or 37.91% from 211); Green value is 74 (29.30% from 255 or 35.07% from 211); Blue value is 57 (22.66% from 255 or 27.01% from 211); Max value from RGB is 80 - color contains mainly: red. Hex color #504A39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504A39 is #AFB5C6. Grayscale: #494949. Windows color (decimal): -11515335 or 3754576. OLE color: 3754576.

HSL color Cylindrical-coordinate representation of color #504A39: hue angle of 44.35º 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 #504A39 is Cyan = 0, Magento = 0.08, Yellow = 0.29 and Black (K on CMYK) = 0.69.

Color convert

RGB807457-
CMYK00.080.290.69
HSL44.35º16.79%26.86%-
HSV(B)44.35º28.75%31.37%-
XYZ6.56.94.86-
YUV73.86118.49132.38-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 37.91%
GREEN value IS 74 (29.30% from 255) = 35.07%
BLUE value IS 57 (22.66% from 255) = 27.01%
R=37.91%
G=35.07%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.29
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80745700.080.290.6944.3516.7926.86
Hex504A39081D452c111b
Octal1201127101035105542133
Binary10100001001010111001010001110110001011011001000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504A39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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