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