Shades of Tom Thumb #49663D
Tints of Tom Thumb #49663D
RGB
CMYK
RGB Variations
Color information
#49663D (or 0x49663D) is known color: Tom Thumb. HEX triplet: 49, 66 and 3D. RGB value is (73,102,61). Sum of RGB (Red+Green+Blue) = 73+102+61=236 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.93% from 236); Green value is 102 (40.23% from 255 or 43.22% from 236); Blue value is 61 (24.22% from 255 or 25.85% from 236); Max value from RGB is 102 - color contains mainly: green. Hex color #49663D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49663D is #B699C2. Grayscale: #585858. Windows color (decimal): -11966915 or 4023881. OLE color: 4023881.
HSL color Cylindrical-coordinate representation of color #49663D: hue angle of 102.44º 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 #49663D is Cyan = 0.28, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 73 | 102 | 61 | - |
| CMYK | 0.28 | 0 | 0.40 | 0.6 |
| HSL | 102.44º | 0.25% | 0.32% | - |
| HSV(B) | 102.44º | 0.4% | 0.4% | - |
| XYZ | 8.34 | 11.26 | 6.15 | - |
| YUV | 88.66 | 112.39 | 116.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 102 | 61 | 0.28 | 0 | 0.40 | 0.6 | 102.44 | 0.25 | 0.32 |
| Hex | 49 | 66 | 3D | 1C | 0 | 28 | 3C | 66 | 19 | 20 |
| Octal | 111 | 146 | 75 | 34 | 0 | 50 | 74 | 146 | 31 | 40 |
| Binary | 1001001 | 1100110 | 111101 | 11100 | 0 | 101000 | 111100 | 1100110 | 11001 | 100000 |
Color Harmonies of #49663D
Complementary color
Monochromatic Colors of #49663D
Black with #49663D
Text Example
Text Example
White with #49663D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49663D; }
p { color: rgb(73,102,61); }
H1.HeaderClassName
{
color: #49663D;
}
.AnyTagClassName
{
color: #49663D;
}
</style>
background-color css
<style>
a { background-color: #49663D; }
a { background-color: rgb(73,102,61); }
div.DivClassName
{
background-color: #49663D;
}
.BgClassName
{
background-color: #49663D;
}
</style>
border-color css
<style>
span { border-color: #49663D; }
span { border-color: rgb(73,102,61); }
td.TdClassName
{
border-color: #49663D;
}
.TagClassName
{
border-color: #49663D;
}
</style>