#4D493F

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

Shades of Panda #4D493F

Tints of Panda #4D493F

Color information

#4D493F (or 0x4D493F) is unknown color: approx Panda. HEX triplet: 4D, 49 and 3F. RGB value is (77,73,63). Sum of RGB (Red+Green+Blue) = 77+73+63=213 (28% of max value = 765). Red value is 77 (30.47% from 255 or 36.15% from 213); Green value is 73 (28.91% from 255 or 34.27% from 213); Blue value is 63 (25% from 255 or 29.58% from 213); Max value from RGB is 77 - color contains mainly: red. Hex color #4D493F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D493F is #B2B6C0. Grayscale: #494949. Windows color (decimal): -11712193 or 4147533. OLE color: 4147533.

HSL color Cylindrical-coordinate representation of color #4D493F: hue angle of 42.86º degrees, saturation: 0.1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #4D493F is Cyan = 0, Magento = 0.05, Yellow = 0.18 and Black (K on CMYK) = 0.70.

Color convert

RGB777363-
CMYK00.050.180.70
HSL42.86º10%27.45%-
HSV(B)42.86º18.18%30.2%-
XYZ6.346.75.66-
YUV73.06122.33130.81-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 36.15%
GREEN value IS 73 (28.91% from 255) = 34.27%
BLUE value IS 63 (25% from 255) = 29.58%
R=36.15%
G=34.27%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.18
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77736300.050.180.7042.861027.45
Hex4D493F0512462ba1b
Octal115111770522106531233
Binary100110110010011111110101100101000110101011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D493F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4D493F; }

 p { color: rgb(77,73,63); }

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

<style>
 a { background-color: #4D493F; }

 a { background-color: rgb(77,73,63); }

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

<style>
 span { border-color: #4D493F; }

 span { border-color: rgb(77,73,63); }

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