Shades of Tom Thumb #49663C
Tints of Tom Thumb #49663C
RGB
CMYK
RGB Variations
Color information
#49663C (or 0x49663C) is known color: Tom Thumb. HEX triplet: 49, 66 and 3C. RGB value is (73,102,60). Sum of RGB (Red+Green+Blue) = 73+102+60=235 (31% of max value = 765). Red value is 73 (28.91% from 255 or 31.06% from 235); Green value is 102 (40.23% from 255 or 43.40% from 235); Blue value is 60 (23.83% from 255 or 25.53% from 235); Max value from RGB is 102 - color contains mainly: green. Hex color #49663C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49663C is #B699C3. Grayscale: #585858. Windows color (decimal): -11966916 or 3958345. OLE color: 3958345.
HSL color Cylindrical-coordinate representation of color #49663C: hue angle of 101.43º degrees, saturation: 0.26, 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 #49663C is Cyan = 0.28, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 73 | 102 | 60 | - |
| CMYK | 0.28 | 0 | 0.41 | 0.6 |
| HSL | 101.43º | 0.26% | 0.32% | - |
| HSV(B) | 101.43º | 0.41% | 0.4% | - |
| XYZ | 8.31 | 11.25 | 6.01 | - |
| YUV | 88.54 | 111.89 | 116.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 102 | 60 | 0.28 | 0 | 0.41 | 0.6 | 101.43 | 0.26 | 0.32 |
| Hex | 49 | 66 | 3C | 1C | 0 | 29 | 3C | 65 | 1A | 20 |
| Octal | 111 | 146 | 74 | 34 | 0 | 51 | 74 | 145 | 32 | 40 |
| Binary | 1001001 | 1100110 | 111100 | 11100 | 0 | 101001 | 111100 | 1100101 | 11010 | 100000 |
Color Harmonies of #49663C
Complementary color
Monochromatic Colors of #49663C
Black with #49663C
Text Example
Text Example
White with #49663C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49663C; }
p { color: rgb(73,102,60); }
H1.HeaderClassName
{
color: #49663C;
}
.AnyTagClassName
{
color: #49663C;
}
</style>
background-color css
<style>
a { background-color: #49663C; }
a { background-color: rgb(73,102,60); }
div.DivClassName
{
background-color: #49663C;
}
.BgClassName
{
background-color: #49663C;
}
</style>
border-color css
<style>
span { border-color: #49663C; }
span { border-color: rgb(73,102,60); }
td.TdClassName
{
border-color: #49663C;
}
.TagClassName
{
border-color: #49663C;
}
</style>