Shades of Tom Thumb #4D663F
Tints of Tom Thumb #4D663F
RGB
CMYK
RGB Variations
Color information
#4D663F (or 0x4D663F) is known color: Tom Thumb. HEX triplet: 4D, 66 and 3F. RGB value is (77,102,63). Sum of RGB (Red+Green+Blue) = 77+102+63=242 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.82% from 242); Green value is 102 (40.23% from 255 or 42.15% from 242); Blue value is 63 (25% from 255 or 26.03% from 242); Max value from RGB is 102 - color contains mainly: green. Hex color #4D663F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D663F is #B299C0. Grayscale: #5A5A5A. Windows color (decimal): -11704769 or 4154957. OLE color: 4154957.
HSL color Cylindrical-coordinate representation of color #4D663F: hue angle of 98.46º degrees, saturation: 0.24, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4D663F is Cyan = 0.25, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 77 | 102 | 63 | - |
| CMYK | 0.25 | 0 | 0.38 | 0.6 |
| HSL | 98.46º | 0.24% | 0.32% | - |
| HSV(B) | 98.46º | 0.38% | 0.4% | - |
| XYZ | 8.71 | 11.44 | 6.45 | - |
| YUV | 90.08 | 112.72 | 118.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 102 | 63 | 0.25 | 0 | 0.38 | 0.6 | 98.46 | 0.24 | 0.32 |
| Hex | 4D | 66 | 3F | 19 | 0 | 26 | 3C | 62 | 18 | 20 |
| Octal | 115 | 146 | 77 | 31 | 0 | 46 | 74 | 142 | 30 | 40 |
| Binary | 1001101 | 1100110 | 111111 | 11001 | 0 | 100110 | 111100 | 1100010 | 11000 | 100000 |
Color Harmonies of #4D663F
Complementary color
Monochromatic Colors of #4D663F
Black with #4D663F
Text Example
Text Example
White with #4D663F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D663F; }
p { color: rgb(77,102,63); }
H1.HeaderClassName
{
color: #4D663F;
}
.AnyTagClassName
{
color: #4D663F;
}
</style>
background-color css
<style>
a { background-color: #4D663F; }
a { background-color: rgb(77,102,63); }
div.DivClassName
{
background-color: #4D663F;
}
.BgClassName
{
background-color: #4D663F;
}
</style>
border-color css
<style>
span { border-color: #4D663F; }
span { border-color: rgb(77,102,63); }
td.TdClassName
{
border-color: #4D663F;
}
.TagClassName
{
border-color: #4D663F;
}
</style>