#504A37

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

Shades of Panda #504A37

Tints of Panda #504A37

Color information

#504A37 (or 0x504A37) is unknown color: approx Panda. HEX triplet: 50, 4A and 37. RGB value is (80,74,55). Sum of RGB (Red+Green+Blue) = 80+74+55=209 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.28% from 209); Green value is 74 (29.30% from 255 or 35.41% from 209); Blue value is 55 (21.88% from 255 or 26.32% from 209); Max value from RGB is 80 - color contains mainly: red. Hex color #504A37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #504A37 is #AFB5C8. Grayscale: #494949. Windows color (decimal): -11515337 or 3623504. OLE color: 3623504.

HSL color Cylindrical-coordinate representation of color #504A37: hue angle of 45.6º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #504A37 is Cyan = 0, Magento = 0.08, Yellow = 0.31 and Black (K on CMYK) = 0.69.

Color convert

RGB807455-
CMYK00.080.310.69
HSL45.6º18.52%26.47%-
HSV(B)45.6º31.25%31.37%-
XYZ6.456.884.6-
YUV73.63117.49132.54-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 38.28%
GREEN value IS 74 (29.30% from 255) = 35.41%
BLUE value IS 55 (21.88% from 255) = 26.32%
R=38.28%
G=35.41%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.31
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80745500.080.310.6945.618.5226.47
Hex504A37081F452e131a
Octal1201126701037105562332
Binary10100001001010110111010001111110001011011101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504A37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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