#504D38

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

Shades of Panda #504D38

Tints of Panda #504D38

Color information

#504D38 (or 0x504D38) is unknown color: approx Panda. HEX triplet: 50, 4D and 38. RGB value is (80,77,56). Sum of RGB (Red+Green+Blue) = 80+77+56=213 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.56% from 213); Green value is 77 (30.47% from 255 or 36.15% from 213); Blue value is 56 (22.27% from 255 or 26.29% from 213); Max value from RGB is 80 - color contains mainly: red. Hex color #504D38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #504D38 is #AFB2C7. Grayscale: #4B4B4B. Windows color (decimal): -11514568 or 3689808. OLE color: 3689808.

HSL color Cylindrical-coordinate representation of color #504D38: hue angle of 52.5º degrees, saturation: 0.18, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #504D38 is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.69.

Color convert

RGB807756-
CMYK00.040.300.69
HSL52.5º17.65%26.67%-
HSV(B)52.5º30%31.37%-
XYZ6.687.34.8-
YUV75.5116.99131.21-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 37.56%
GREEN value IS 77 (30.47% from 255) = 36.15%
BLUE value IS 56 (22.27% from 255) = 26.29%
R=37.56%
G=36.15%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.30
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80775600.040.300.6952.517.6526.67
Hex504D38041E4534121b
Octal120115700436105642233
Binary1010000100110111100001001111010001011101001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,77,56); }

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

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

 a { background-color: rgb(80,77,56); }

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

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

 span { border-color: rgb(80,77,56); }

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