#4E493A

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

Shades of Panda #4E493A

Tints of Panda #4E493A

Color information

#4E493A (or 0x4E493A) is unknown color: approx Panda. HEX triplet: 4E, 49 and 3A. RGB value is (78,73,58). Sum of RGB (Red+Green+Blue) = 78+73+58=209 (27% of max value = 765). Red value is 78 (30.86% from 255 or 37.32% from 209); Green value is 73 (28.91% from 255 or 34.93% from 209); Blue value is 58 (23.05% from 255 or 27.75% from 209); Max value from RGB is 78 - color contains mainly: red. Hex color #4E493A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E493A is #B1B6C5. Grayscale: #484848. Windows color (decimal): -11646662 or 3819854. OLE color: 3819854.

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

Color convert

RGB787358-
CMYK00.060.260.69
HSL45º14.71%26.67%-
HSV(B)45º25.64%30.59%-
XYZ6.296.694.96-
YUV72.78119.66131.72-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 37.32%
GREEN value IS 73 (28.91% from 255) = 34.93%
BLUE value IS 58 (23.05% from 255) = 27.75%
R=37.32%
G=34.93%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.26
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78735800.060.260.694514.7126.67
Hex4E493A061A452df1b
Octal116111720632105551733
Binary100111010010011110100110110101000101101101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E493A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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