#4F4A3E

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

Shades of Panda #4F4A3E

Tints of Panda #4F4A3E

Color information

#4F4A3E (or 0x4F4A3E) is unknown color: approx Panda. HEX triplet: 4F, 4A and 3E. RGB value is (79,74,62). Sum of RGB (Red+Green+Blue) = 79+74+62=215 (28% of max value = 765). Red value is 79 (31.25% from 255 or 36.74% from 215); Green value is 74 (29.30% from 255 or 34.42% from 215); Blue value is 62 (24.61% from 255 or 28.84% from 215); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4A3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F4A3E is #B0B5C1. Grayscale: #4A4A4A. Windows color (decimal): -11580866 or 4082255. OLE color: 4082255.

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

Color convert

RGB797462-
CMYK00.060.220.69
HSL42.35º12.06%27.65%-
HSV(B)42.35º21.52%30.98%-
XYZ6.546.915.55-
YUV74.13121.16131.48-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 36.74%
GREEN value IS 74 (29.30% from 255) = 34.42%
BLUE value IS 62 (24.61% from 255) = 28.84%
R=36.74%
G=34.42%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.22
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79746200.060.220.6942.3512.0627.65
Hex4F4A3E0616452ac1c
Octal117112760626105521434
Binary100111110010101111100110101101000101101010110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F4A3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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