Shades of Tom Thumb #49623F
Tints of Tom Thumb #49623F
RGB
CMYK
RGB Variations
Color information
#49623F (or 0x49623F) is known color: Tom Thumb. HEX triplet: 49, 62 and 3F. RGB value is (73,98,63). Sum of RGB (Red+Green+Blue) = 73+98+63=234 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.20% from 234); Green value is 98 (38.67% from 255 or 41.88% from 234); Blue value is 63 (25% from 255 or 26.92% from 234); Max value from RGB is 98 - color contains mainly: green. Hex color #49623F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49623F is #B69DC0. Grayscale: #565656. Windows color (decimal): -11967937 or 4153929. OLE color: 4153929.
HSL color Cylindrical-coordinate representation of color #49623F: hue angle of 102.86º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #49623F is Cyan = 0.26, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 73 | 98 | 63 | - |
| CMYK | 0.26 | 0 | 0.36 | 0.62 |
| HSL | 102.86º | 0.22% | 0.32% | - |
| HSV(B) | 102.86º | 0.36% | 0.38% | - |
| XYZ | 8.01 | 10.51 | 6.31 | - |
| YUV | 86.54 | 114.72 | 118.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 98 | 63 | 0.26 | 0 | 0.36 | 0.62 | 102.86 | 0.22 | 0.32 |
| Hex | 49 | 62 | 3F | 1A | 0 | 24 | 3E | 67 | 16 | 20 |
| Octal | 111 | 142 | 77 | 32 | 0 | 44 | 76 | 147 | 26 | 40 |
| Binary | 1001001 | 1100010 | 111111 | 11010 | 0 | 100100 | 111110 | 1100111 | 10110 | 100000 |
Color Harmonies of #49623F
Complementary color
Monochromatic Colors of #49623F
Black with #49623F
Text Example
Text Example
White with #49623F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49623F; }
p { color: rgb(73,98,63); }
H1.HeaderClassName
{
color: #49623F;
}
.AnyTagClassName
{
color: #49623F;
}
</style>
background-color css
<style>
a { background-color: #49623F; }
a { background-color: rgb(73,98,63); }
div.DivClassName
{
background-color: #49623F;
}
.BgClassName
{
background-color: #49623F;
}
</style>
border-color css
<style>
span { border-color: #49623F; }
span { border-color: rgb(73,98,63); }
td.TdClassName
{
border-color: #49623F;
}
.TagClassName
{
border-color: #49623F;
}
</style>