Shades of Tom Thumb #49623D
Tints of Tom Thumb #49623D
RGB
CMYK
RGB Variations
Color information
#49623D (or 0x49623D) is known color: Tom Thumb. HEX triplet: 49, 62 and 3D. RGB value is (73,98,61). Sum of RGB (Red+Green+Blue) = 73+98+61=232 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.47% from 232); Green value is 98 (38.67% from 255 or 42.24% from 232); Blue value is 61 (24.22% from 255 or 26.29% from 232); Max value from RGB is 98 - color contains mainly: green. Hex color #49623D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49623D is #B69DC2. Grayscale: #565656. Windows color (decimal): -11967939 or 4022857. OLE color: 4022857.
HSL color Cylindrical-coordinate representation of color #49623D: hue angle of 100.54º degrees, saturation: 0.23, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #49623D is Cyan = 0.26, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 73 | 98 | 61 | - |
| CMYK | 0.26 | 0 | 0.38 | 0.62 |
| HSL | 100.54º | 0.23% | 0.31% | - |
| HSV(B) | 100.54º | 0.38% | 0.38% | - |
| XYZ | 7.96 | 10.49 | 6.02 | - |
| YUV | 86.31 | 113.72 | 118.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 98 | 61 | 0.26 | 0 | 0.38 | 0.62 | 100.54 | 0.23 | 0.31 |
| Hex | 49 | 62 | 3D | 1A | 0 | 26 | 3E | 65 | 17 | 1F |
| Octal | 111 | 142 | 75 | 32 | 0 | 46 | 76 | 145 | 27 | 37 |
| Binary | 1001001 | 1100010 | 111101 | 11010 | 0 | 100110 | 111110 | 1100101 | 10111 | 11111 |
Color Harmonies of #49623D
Complementary color
Monochromatic Colors of #49623D
Black with #49623D
Text Example
Text Example
White with #49623D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49623D; }
p { color: rgb(73,98,61); }
H1.HeaderClassName
{
color: #49623D;
}
.AnyTagClassName
{
color: #49623D;
}
</style>
background-color css
<style>
a { background-color: #49623D; }
a { background-color: rgb(73,98,61); }
div.DivClassName
{
background-color: #49623D;
}
.BgClassName
{
background-color: #49623D;
}
</style>
border-color css
<style>
span { border-color: #49623D; }
span { border-color: rgb(73,98,61); }
td.TdClassName
{
border-color: #49623D;
}
.TagClassName
{
border-color: #49623D;
}
</style>