#4C493E

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

Shades of Panda #4C493E

Tints of Panda #4C493E

Color information

#4C493E (or 0x4C493E) is unknown color: approx Panda. HEX triplet: 4C, 49 and 3E. RGB value is (76,73,62). Sum of RGB (Red+Green+Blue) = 76+73+62=211 (27% of max value = 765). Red value is 76 (30.08% from 255 or 36.02% from 211); Green value is 73 (28.91% from 255 or 34.60% from 211); Blue value is 62 (24.61% from 255 or 29.38% from 211); Max value from RGB is 76 - color contains mainly: red. Hex color #4C493E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C493E is #B3B6C1. Grayscale: #484848. Windows color (decimal): -11777730 or 4081996. OLE color: 4081996.

HSL color Cylindrical-coordinate representation of color #4C493E: hue angle of 47.14º 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 #4C493E is Cyan = 0, Magento = 0.04, Yellow = 0.18 and Black (K on CMYK) = 0.70.

Color convert

RGB767362-
CMYK00.040.180.70
HSL47.14º10.14%27.06%-
HSV(B)47.14º18.42%29.8%-
XYZ6.236.655.51-
YUV72.64121.99130.39-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 36.02%
GREEN value IS 73 (28.91% from 255) = 34.60%
BLUE value IS 62 (24.61% from 255) = 29.38%
R=36.02%
G=34.60%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.18
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76736200.040.180.7047.1410.1427.06
Hex4C493E0412462fa1b
Octal114111760422106571233
Binary100110010010011111100100100101000110101111101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C493E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,73,62); }

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

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

 a { background-color: rgb(76,73,62); }

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

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

 span { border-color: rgb(76,73,62); }

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