#4C493D

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

Shades of Panda #4C493D

Tints of Panda #4C493D

Color information

#4C493D (or 0x4C493D) is unknown color: approx Panda. HEX triplet: 4C, 49 and 3D. RGB value is (76,73,61). Sum of RGB (Red+Green+Blue) = 76+73+61=210 (27% of max value = 765). Red value is 76 (30.08% from 255 or 36.19% from 210); Green value is 73 (28.91% from 255 or 34.76% from 210); Blue value is 61 (24.22% from 255 or 29.05% from 210); Max value from RGB is 76 - color contains mainly: red. Hex color #4C493D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C493D is #B3B6C2. Grayscale: #484848. Windows color (decimal): -11777731 or 4016460. OLE color: 4016460.

HSL color Cylindrical-coordinate representation of color #4C493D: hue angle of 48º degrees, saturation: 0.11, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #4C493D is Cyan = 0, Magento = 0.04, Yellow = 0.20 and Black (K on CMYK) = 0.70.

Color convert

RGB767361-
CMYK00.040.200.70
HSL48º10.95%26.86%-
HSV(B)48º19.74%29.8%-
XYZ6.216.645.37-
YUV72.53121.49130.48-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 36.19%
GREEN value IS 73 (28.91% from 255) = 34.76%
BLUE value IS 61 (24.22% from 255) = 29.05%
R=36.19%
G=34.76%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.20
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76736100.040.200.704810.9526.86
Hex4C493D04144630b1b
Octal114111750424106601333
Binary100110010010011111010100101001000110110000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C493D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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