Shades of Tom Thumb #49613E
Tints of Tom Thumb #49613E
RGB
CMYK
RGB Variations
Color information
#49613E (or 0x49613E) is known color: Tom Thumb. HEX triplet: 49, 61 and 3E. RGB value is (73,97,62). Sum of RGB (Red+Green+Blue) = 73+97+62=232 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.47% from 232); Green value is 97 (38.28% from 255 or 41.81% from 232); Blue value is 62 (24.61% from 255 or 26.72% from 232); Max value from RGB is 97 - color contains mainly: green. Hex color #49613E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49613E is #B69EC1. Grayscale: #555555. Windows color (decimal): -11968194 or 4088137. OLE color: 4088137.
HSL color Cylindrical-coordinate representation of color #49613E: hue angle of 101.14º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #49613E is Cyan = 0.25, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 73 | 97 | 62 | - |
| CMYK | 0.25 | 0 | 0.36 | 0.62 |
| HSL | 101.14º | 0.22% | 0.31% | - |
| HSV(B) | 101.14º | 0.36% | 0.38% | - |
| XYZ | 7.89 | 10.31 | 6.13 | - |
| YUV | 85.83 | 114.55 | 118.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 97 | 62 | 0.25 | 0 | 0.36 | 0.62 | 101.14 | 0.22 | 0.31 |
| Hex | 49 | 61 | 3E | 19 | 0 | 24 | 3E | 65 | 16 | 1F |
| Octal | 111 | 141 | 76 | 31 | 0 | 44 | 76 | 145 | 26 | 37 |
| Binary | 1001001 | 1100001 | 111110 | 11001 | 0 | 100100 | 111110 | 1100101 | 10110 | 11111 |
Color Harmonies of #49613E
Complementary color
Monochromatic Colors of #49613E
Black with #49613E
Text Example
Text Example
White with #49613E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49613E; }
p { color: rgb(73,97,62); }
H1.HeaderClassName
{
color: #49613E;
}
.AnyTagClassName
{
color: #49613E;
}
</style>
background-color css
<style>
a { background-color: #49613E; }
a { background-color: rgb(73,97,62); }
div.DivClassName
{
background-color: #49613E;
}
.BgClassName
{
background-color: #49613E;
}
</style>
border-color css
<style>
span { border-color: #49613E; }
span { border-color: rgb(73,97,62); }
td.TdClassName
{
border-color: #49613E;
}
.TagClassName
{
border-color: #49613E;
}
</style>