#4C4A3E

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

Shades of Panda #4C4A3E

Tints of Panda #4C4A3E

Color information

#4C4A3E (or 0x4C4A3E) is unknown color: approx Panda. HEX triplet: 4C, 4A and 3E. RGB value is (76,74,62). Sum of RGB (Red+Green+Blue) = 76+74+62=212 (28% of max value = 765). Red value is 76 (30.08% from 255 or 35.85% from 212); Green value is 74 (29.30% from 255 or 34.91% from 212); Blue value is 62 (24.61% from 255 or 29.25% from 212); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4A3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C4A3E is #B3B5C1. Grayscale: #494949. Windows color (decimal): -11777474 or 4082252. OLE color: 4082252.

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

Color convert

RGB767462-
CMYK00.030.180.70
HSL51.43º10.14%27.06%-
HSV(B)51.43º18.42%29.8%-
XYZ6.36.785.53-
YUV73.23121.66129.98-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 35.85%
GREEN value IS 74 (29.30% from 255) = 34.91%
BLUE value IS 62 (24.61% from 255) = 29.25%
R=35.85%
G=34.91%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.18
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76746200.030.180.7051.4310.1427.06
Hex4C4A3E03124633a1b
Octal114112760322106631233
Binary10011001001010111110011100101000110110011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C4A3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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