#4D5F49

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

Shades of Tom Thumb #4D5F49

Tints of Tom Thumb #4D5F49

Color information

#4D5F49 (or 0x4D5F49) is unknown color: approx Tom Thumb. HEX triplet: 4D, 5F and 49. RGB value is (77,95,73). Sum of RGB (Red+Green+Blue) = 77+95+73=245 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.43% from 245); Green value is 95 (37.5% from 255 or 38.78% from 245); Blue value is 73 (28.91% from 255 or 29.80% from 245); Max value from RGB is 95 - color contains mainly: green. Hex color #4D5F49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D5F49 is #B2A0B6. Grayscale: #575757. Windows color (decimal): -11706551 or 4808525. OLE color: 4808525.

HSL color Cylindrical-coordinate representation of color #4D5F49: hue angle of 109.09º degrees, saturation: 0.13, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4D5F49 is Cyan = 0.19, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.63.

Color convert

RGB779573-
CMYK0.1900.230.63
HSL109.09º13.1%32.94%-
HSV(B)109.09º23.16%37.25%-
XYZ8.3610.247.84-
YUV87.11120.04120.79-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 31.43%
GREEN value IS 95 (37.5% from 255) = 38.78%
BLUE value IS 73 (28.91% from 255) = 29.80%
R=31.43%
G=38.78%
B=29.80%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7795730.1900.230.63109.0913.132.94
Hex4D5F49130173F6dd21
Octal11513711123027771551541
Binary1001101101111110010011001101011111111111011011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D5F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,95,73); }

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

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

 a { background-color: rgb(77,95,73); }

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

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

 span { border-color: rgb(77,95,73); }

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