#4F4C40

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

Shades of Panda #4F4C40

Tints of Panda #4F4C40

Color information

#4F4C40 (or 0x4F4C40) is unknown color: approx Panda. HEX triplet: 4F, 4C and 40. RGB value is (79,76,64). Sum of RGB (Red+Green+Blue) = 79+76+64=219 (29% of max value = 765). Red value is 79 (31.25% from 255 or 36.07% from 219); Green value is 76 (30.08% from 255 or 34.70% from 219); Blue value is 64 (25.39% from 255 or 29.22% from 219); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4C40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F4C40 is #B0B3BF. Grayscale: #4B4B4B. Windows color (decimal): -11580352 or 4213839. OLE color: 4213839.

HSL color Cylindrical-coordinate representation of color #4F4C40: hue angle of 48º degrees, saturation: 0.1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #4F4C40 is Cyan = 0, Magento = 0.04, Yellow = 0.19 and Black (K on CMYK) = 0.69.

Color convert

RGB797664-
CMYK00.040.190.69
HSL48º10.49%28.04%-
HSV(B)48º18.99%30.98%-
XYZ6.737.25.89-
YUV75.53121.49130.48-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 36.07%
GREEN value IS 76 (30.08% from 255) = 34.70%
BLUE value IS 64 (25.39% from 255) = 29.22%
R=36.07%
G=34.70%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.19
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79766400.040.190.694810.4928.04
Hex4F4C4004134530a1c
Octal1171141000423105601234
Binary1001111100110010000000100100111000101110000101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F4C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,76,64); }

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

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

 a { background-color: rgb(79,76,64); }

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

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

 span { border-color: rgb(79,76,64); }

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