#4E493D

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

Shades of Panda #4E493D

Tints of Panda #4E493D

Color information

#4E493D (or 0x4E493D) is unknown color: approx Panda. HEX triplet: 4E, 49 and 3D. RGB value is (78,73,61). Sum of RGB (Red+Green+Blue) = 78+73+61=212 (28% of max value = 765). Red value is 78 (30.86% from 255 or 36.79% from 212); Green value is 73 (28.91% from 255 or 34.43% from 212); Blue value is 61 (24.22% from 255 or 28.77% from 212); Max value from RGB is 78 - color contains mainly: red. Hex color #4E493D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E493D is #B1B6C2. Grayscale: #494949. Windows color (decimal): -11646659 or 4016462. OLE color: 4016462.

HSL color Cylindrical-coordinate representation of color #4E493D: hue angle of 42.35º degrees, saturation: 0.12, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #4E493D is Cyan = 0, Magento = 0.06, Yellow = 0.22 and Black (K on CMYK) = 0.69.

Color convert

RGB787361-
CMYK00.060.220.69
HSL42.35º12.23%27.25%-
HSV(B)42.35º21.79%30.59%-
XYZ6.376.725.38-
YUV73.13121.16131.48-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 36.79%
GREEN value IS 73 (28.91% from 255) = 34.43%
BLUE value IS 61 (24.22% from 255) = 28.77%
R=36.79%
G=34.43%
B=28.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.22
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78736100.060.220.6942.3512.2327.25
Hex4E493D0616452ac1b
Octal116111750626105521433
Binary100111010010011111010110101101000101101010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E493D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,73,61); }

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

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

 a { background-color: rgb(78,73,61); }

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

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

 span { border-color: rgb(78,73,61); }

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