Shades of Tom Thumb #49673E
Tints of Tom Thumb #49673E
RGB
CMYK
RGB Variations
Color information
#49673E (or 0x49673E) is known color: Tom Thumb. HEX triplet: 49, 67 and 3E. RGB value is (73,103,62). Sum of RGB (Red+Green+Blue) = 73+103+62=238 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.67% from 238); Green value is 103 (40.62% from 255 or 43.28% from 238); Blue value is 62 (24.61% from 255 or 26.05% from 238); Max value from RGB is 103 - color contains mainly: green. Hex color #49673E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49673E is #B698C1. Grayscale: #595959. Windows color (decimal): -11966658 or 4089673. OLE color: 4089673.
HSL color Cylindrical-coordinate representation of color #49673E: hue angle of 103.9º degrees, saturation: 0.25, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #49673E is Cyan = 0.29, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 73 | 103 | 62 | - |
| CMYK | 0.29 | 0 | 0.40 | 0.60 |
| HSL | 103.9º | 0.25% | 0.32% | - |
| HSV(B) | 103.9º | 0.4% | 0.4% | - |
| XYZ | 8.47 | 11.46 | 6.32 | - |
| YUV | 89.36 | 112.56 | 116.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 103 | 62 | 0.29 | 0 | 0.40 | 0.60 | 103.9 | 0.25 | 0.32 |
| Hex | 49 | 67 | 3E | 1D | 0 | 28 | 3C | 68 | 19 | 20 |
| Octal | 111 | 147 | 76 | 35 | 0 | 50 | 74 | 150 | 31 | 40 |
| Binary | 1001001 | 1100111 | 111110 | 11101 | 0 | 101000 | 111100 | 1101000 | 11001 | 100000 |
Color Harmonies of #49673E
Complementary color
Monochromatic Colors of #49673E
Black with #49673E
Text Example
Text Example
White with #49673E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49673E; }
p { color: rgb(73,103,62); }
H1.HeaderClassName
{
color: #49673E;
}
.AnyTagClassName
{
color: #49673E;
}
</style>
background-color css
<style>
a { background-color: #49673E; }
a { background-color: rgb(73,103,62); }
div.DivClassName
{
background-color: #49673E;
}
.BgClassName
{
background-color: #49673E;
}
</style>
border-color css
<style>
span { border-color: #49673E; }
span { border-color: rgb(73,103,62); }
td.TdClassName
{
border-color: #49673E;
}
.TagClassName
{
border-color: #49673E;
}
</style>