#4C4A3D

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

Shades of Panda #4C4A3D

Tints of Panda #4C4A3D

Color information

#4C4A3D (or 0x4C4A3D) is unknown color: approx Panda. HEX triplet: 4C, 4A and 3D. RGB value is (76,74,61). Sum of RGB (Red+Green+Blue) = 76+74+61=211 (27% of max value = 765). Red value is 76 (30.08% from 255 or 36.02% from 211); Green value is 74 (29.30% from 255 or 35.07% from 211); Blue value is 61 (24.22% from 255 or 28.91% from 211); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4A3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C4A3D is #B3B5C2. Grayscale: #494949. Windows color (decimal): -11777475 or 4016716. OLE color: 4016716.

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

Color convert

RGB767461-
CMYK00.030.200.70
HSL52º10.95%26.86%-
HSV(B)52º19.74%29.8%-
XYZ6.276.775.39-
YUV73.12121.16130.06-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 36.02%
GREEN value IS 74 (29.30% from 255) = 35.07%
BLUE value IS 61 (24.22% from 255) = 28.91%
R=36.02%
G=35.07%
B=28.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.20
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76746100.030.200.705210.9526.86
Hex4C4A3D03144634b1b
Octal114112750324106641333
Binary10011001001010111101011101001000110110100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C4A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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