#4F4A3C

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

Shades of Panda #4F4A3C

Tints of Panda #4F4A3C

Color information

#4F4A3C (or 0x4F4A3C) is unknown color: approx Panda. HEX triplet: 4F, 4A and 3C. RGB value is (79,74,60). Sum of RGB (Red+Green+Blue) = 79+74+60=213 (28% of max value = 765). Red value is 79 (31.25% from 255 or 37.09% from 213); Green value is 74 (29.30% from 255 or 34.74% from 213); Blue value is 60 (23.83% from 255 or 28.17% from 213); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4A3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F4A3C is #B0B5C3. Grayscale: #494949. Windows color (decimal): -11580868 or 3951183. OLE color: 3951183.

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

Color convert

RGB797460-
CMYK00.060.240.69
HSL44.21º13.67%27.25%-
HSV(B)44.21º24.05%30.98%-
XYZ6.496.895.26-
YUV73.9120.16131.64-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 37.09%
GREEN value IS 74 (29.30% from 255) = 34.74%
BLUE value IS 60 (23.83% from 255) = 28.17%
R=37.09%
G=34.74%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.24
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79746000.060.240.6944.2113.6727.25
Hex4F4A3C0618452ce1b
Octal117112740630105541633
Binary100111110010101111000110110001000101101100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F4A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,74,60); }

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

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

 a { background-color: rgb(79,74,60); }

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

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

 span { border-color: rgb(79,74,60); }

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