Shades of Tom Thumb #4D5C47
Tints of Tom Thumb #4D5C47
RGB
CMYK
RGB Variations
Color information
#4D5C47 (or 0x4D5C47) is known color: Tom Thumb. HEX triplet: 4D, 5C and 47. RGB value is (77,92,71). Sum of RGB (Red+Green+Blue) = 77+92+71=240 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.08% from 240); Green value is 92 (36.33% from 255 or 38.33% from 240); Blue value is 71 (28.12% from 255 or 29.58% from 240); Max value from RGB is 92 - color contains mainly: green. Hex color #4D5C47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D5C47 is #B2A3B8. Grayscale: #555555. Windows color (decimal): -11707321 or 4676685. OLE color: 4676685.
HSL color Cylindrical-coordinate representation of color #4D5C47: hue angle of 102.86º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4D5C47 is Cyan = 0.16, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 77 | 92 | 71 | - |
| CMYK | 0.16 | 0 | 0.23 | 0.64 |
| HSL | 102.86º | 0.13% | 0.32% | - |
| HSV(B) | 102.86º | 0.23% | 0.36% | - |
| XYZ | 8.03 | 9.69 | 7.41 | - |
| YUV | 85.12 | 120.03 | 122.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 92 | 71 | 0.16 | 0 | 0.23 | 0.64 | 102.86 | 0.13 | 0.32 |
| Hex | 4D | 5C | 47 | 10 | 0 | 17 | 40 | 67 | D | 20 |
| Octal | 115 | 134 | 107 | 20 | 0 | 27 | 100 | 147 | 15 | 40 |
| Binary | 1001101 | 1011100 | 1000111 | 10000 | 0 | 10111 | 1000000 | 1100111 | 1101 | 100000 |
Color Harmonies of #4D5C47
Complementary color
Monochromatic Colors of #4D5C47
Black with #4D5C47
Text Example
Text Example
White with #4D5C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5C47; }
p { color: rgb(77,92,71); }
H1.HeaderClassName
{
color: #4D5C47;
}
.AnyTagClassName
{
color: #4D5C47;
}
</style>
background-color css
<style>
a { background-color: #4D5C47; }
a { background-color: rgb(77,92,71); }
div.DivClassName
{
background-color: #4D5C47;
}
.BgClassName
{
background-color: #4D5C47;
}
</style>
border-color css
<style>
span { border-color: #4D5C47; }
span { border-color: rgb(77,92,71); }
td.TdClassName
{
border-color: #4D5C47;
}
.TagClassName
{
border-color: #4D5C47;
}
</style>