#4F4C3B

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

Shades of Panda #4F4C3B

Tints of Panda #4F4C3B

Color information

#4F4C3B (or 0x4F4C3B) is unknown color: approx Panda. HEX triplet: 4F, 4C and 3B. RGB value is (79,76,59). Sum of RGB (Red+Green+Blue) = 79+76+59=214 (28% of max value = 765). Red value is 79 (31.25% from 255 or 36.92% from 214); Green value is 76 (30.08% from 255 or 35.51% from 214); Blue value is 59 (23.44% from 255 or 27.57% from 214); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4C3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F4C3B is #B0B3C4. Grayscale: #4B4B4B. Windows color (decimal): -11580357 or 3886159. OLE color: 3886159.

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

Color convert

RGB797659-
CMYK00.040.250.69
HSL51º14.49%27.06%-
HSV(B)51º25.32%30.98%-
XYZ6.67.155.17-
YUV74.96118.99130.88-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 36.92%
GREEN value IS 76 (30.08% from 255) = 35.51%
BLUE value IS 59 (23.44% from 255) = 27.57%
R=36.92%
G=35.51%
B=27.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.25
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79765900.040.250.695114.4927.06
Hex4F4C3B04194533e1b
Octal117114730431105631633
Binary100111110011001110110100110011000101110011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F4C3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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