Shades of Tom Thumb #49683D
Tints of Tom Thumb #49683D
RGB
CMYK
RGB Variations
Color information
#49683D (or 0x49683D) is known color: Tom Thumb. HEX triplet: 49, 68 and 3D. RGB value is (73,104,61). Sum of RGB (Red+Green+Blue) = 73+104+61=238 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.67% from 238); Green value is 104 (41.02% from 255 or 43.70% from 238); Blue value is 61 (24.22% from 255 or 25.63% from 238); Max value from RGB is 104 - color contains mainly: green. Hex color #49683D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49683D is #B697C2. Grayscale: #595959. Windows color (decimal): -11966403 or 4024393. OLE color: 4024393.
HSL color Cylindrical-coordinate representation of color #49683D: hue angle of 103.26º degrees, saturation: 0.26, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #49683D is Cyan = 0.30, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 73 | 104 | 61 | - |
| CMYK | 0.30 | 0 | 0.41 | 0.59 |
| HSL | 103.26º | 0.26% | 0.32% | - |
| HSV(B) | 103.26º | 0.41% | 0.41% | - |
| XYZ | 8.54 | 11.65 | 6.21 | - |
| YUV | 89.83 | 111.73 | 116 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 104 | 61 | 0.30 | 0 | 0.41 | 0.59 | 103.26 | 0.26 | 0.32 |
| Hex | 49 | 68 | 3D | 1E | 0 | 29 | 3B | 67 | 1A | 20 |
| Octal | 111 | 150 | 75 | 36 | 0 | 51 | 73 | 147 | 32 | 40 |
| Binary | 1001001 | 1101000 | 111101 | 11110 | 0 | 101001 | 111011 | 1100111 | 11010 | 100000 |
Color Harmonies of #49683D
Complementary color
Monochromatic Colors of #49683D
Black with #49683D
Text Example
Text Example
White with #49683D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49683D; }
p { color: rgb(73,104,61); }
H1.HeaderClassName
{
color: #49683D;
}
.AnyTagClassName
{
color: #49683D;
}
</style>
background-color css
<style>
a { background-color: #49683D; }
a { background-color: rgb(73,104,61); }
div.DivClassName
{
background-color: #49683D;
}
.BgClassName
{
background-color: #49683D;
}
</style>
border-color css
<style>
span { border-color: #49683D; }
span { border-color: rgb(73,104,61); }
td.TdClassName
{
border-color: #49683D;
}
.TagClassName
{
border-color: #49683D;
}
</style>