#4D493A

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

Shades of Panda #4D493A

Tints of Panda #4D493A

Color information

#4D493A (or 0x4D493A) is unknown color: approx Panda. HEX triplet: 4D, 49 and 3A. RGB value is (77,73,58). Sum of RGB (Red+Green+Blue) = 77+73+58=208 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.02% from 208); Green value is 73 (28.91% from 255 or 35.10% from 208); Blue value is 58 (23.05% from 255 or 27.88% from 208); Max value from RGB is 77 - color contains mainly: red. Hex color #4D493A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D493A is #B2B6C5. Grayscale: #484848. Windows color (decimal): -11712198 or 3819853. OLE color: 3819853.

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

Color convert

RGB777358-
CMYK00.050.250.70
HSL47.37º14.07%26.47%-
HSV(B)47.37º24.68%30.2%-
XYZ6.216.654.96-
YUV72.49119.83131.22-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 37.02%
GREEN value IS 73 (28.91% from 255) = 35.10%
BLUE value IS 58 (23.05% from 255) = 27.88%
R=37.02%
G=35.10%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.25
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77735800.050.250.7047.3714.0726.47
Hex4D493A0519462fe1a
Octal115111720531106571632
Binary100110110010011110100101110011000110101111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D493A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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