#4D614A

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

Shades of Tom Thumb #4D614A

Tints of Tom Thumb #4D614A

Color information

#4D614A (or 0x4D614A) is unknown color: approx Tom Thumb. HEX triplet: 4D, 61 and 4A. RGB value is (77,97,74). Sum of RGB (Red+Green+Blue) = 77+97+74=248 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.05% from 248); Green value is 97 (38.28% from 255 or 39.11% from 248); Blue value is 74 (29.30% from 255 or 29.84% from 248); Max value from RGB is 97 - color contains mainly: green. Hex color #4D614A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D614A is #B29EB5. Grayscale: #585858. Windows color (decimal): -11706038 or 4874573. OLE color: 4874573.

HSL color Cylindrical-coordinate representation of color #4D614A: hue angle of 112.17º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #4D614A is Cyan = 0.21, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB779774-
CMYK0.2100.240.62
HSL112.17º13.45%33.53%-
HSV(B)112.17º23.71%38.04%-
XYZ8.5710.628.08-
YUV88.4119.87119.87-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 31.05%
GREEN value IS 97 (38.28% from 255) = 39.11%
BLUE value IS 74 (29.30% from 255) = 29.84%
R=31.05%
G=39.11%
B=29.84%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7797740.2100.240.62112.1713.4533.53
Hex4D614A150183E70d22
Octal11514111225030761601542
Binary1001101110000110010101010101100011111011100001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D614A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,97,74); }

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

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

 a { background-color: rgb(77,97,74); }

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

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

 span { border-color: rgb(77,97,74); }

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