Shades of Tom Thumb #49653C
Tints of Tom Thumb #49653C
RGB
CMYK
RGB Variations
Color information
#49653C (or 0x49653C) is known color: Tom Thumb. HEX triplet: 49, 65 and 3C. RGB value is (73,101,60). Sum of RGB (Red+Green+Blue) = 73+101+60=234 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.20% from 234); Green value is 101 (39.84% from 255 or 43.16% from 234); Blue value is 60 (23.83% from 255 or 25.64% from 234); Max value from RGB is 101 - color contains mainly: green. Hex color #49653C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49653C is #B69AC3. Grayscale: #585858. Windows color (decimal): -11967172 or 3958089. OLE color: 3958089.
HSL color Cylindrical-coordinate representation of color #49653C: hue angle of 100.98º degrees, saturation: 0.25, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #49653C is Cyan = 0.28, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 73 | 101 | 60 | - |
| CMYK | 0.28 | 0 | 0.41 | 0.60 |
| HSL | 100.98º | 0.25% | 0.32% | - |
| HSV(B) | 100.98º | 0.41% | 0.4% | - |
| XYZ | 8.22 | 11.05 | 5.97 | - |
| YUV | 87.95 | 112.22 | 117.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 101 | 60 | 0.28 | 0 | 0.41 | 0.60 | 100.98 | 0.25 | 0.32 |
| Hex | 49 | 65 | 3C | 1C | 0 | 29 | 3C | 65 | 19 | 20 |
| Octal | 111 | 145 | 74 | 34 | 0 | 51 | 74 | 145 | 31 | 40 |
| Binary | 1001001 | 1100101 | 111100 | 11100 | 0 | 101001 | 111100 | 1100101 | 11001 | 100000 |
Color Harmonies of #49653C
Complementary color
Monochromatic Colors of #49653C
Black with #49653C
Text Example
Text Example
White with #49653C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49653C; }
p { color: rgb(73,101,60); }
H1.HeaderClassName
{
color: #49653C;
}
.AnyTagClassName
{
color: #49653C;
}
</style>
background-color css
<style>
a { background-color: #49653C; }
a { background-color: rgb(73,101,60); }
div.DivClassName
{
background-color: #49653C;
}
.BgClassName
{
background-color: #49653C;
}
</style>
border-color css
<style>
span { border-color: #49653C; }
span { border-color: rgb(73,101,60); }
td.TdClassName
{
border-color: #49653C;
}
.TagClassName
{
border-color: #49653C;
}
</style>