Shades of Tom Thumb #49693D
Tints of Tom Thumb #49693D
RGB
CMYK
RGB Variations
Color information
#49693D (or 0x49693D) is known color: Tom Thumb. HEX triplet: 49, 69 and 3D. RGB value is (73,105,61). Sum of RGB (Red+Green+Blue) = 73+105+61=239 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.54% from 239); Green value is 105 (41.41% from 255 or 43.93% from 239); Blue value is 61 (24.22% from 255 or 25.52% from 239); Max value from RGB is 105 - color contains mainly: green. Hex color #49693D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49693D is #B696C2. Grayscale: #5A5A5A. Windows color (decimal): -11966147 or 4024649. OLE color: 4024649.
HSL color Cylindrical-coordinate representation of color #49693D: hue angle of 103.64º degrees, saturation: 0.27, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #49693D is Cyan = 0.30, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 73 | 105 | 61 | - |
| CMYK | 0.30 | 0 | 0.42 | 0.59 |
| HSL | 103.64º | 0.27% | 0.33% | - |
| HSV(B) | 103.64º | 0.42% | 0.41% | - |
| XYZ | 8.64 | 11.86 | 6.25 | - |
| YUV | 90.42 | 111.4 | 115.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 105 | 61 | 0.30 | 0 | 0.42 | 0.59 | 103.64 | 0.27 | 0.33 |
| Hex | 49 | 69 | 3D | 1E | 0 | 2A | 3B | 68 | 1B | 21 |
| Octal | 111 | 151 | 75 | 36 | 0 | 52 | 73 | 150 | 33 | 41 |
| Binary | 1001001 | 1101001 | 111101 | 11110 | 0 | 101010 | 111011 | 1101000 | 11011 | 100001 |
Color Harmonies of #49693D
Complementary color
Monochromatic Colors of #49693D
Black with #49693D
Text Example
Text Example
White with #49693D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49693D; }
p { color: rgb(73,105,61); }
H1.HeaderClassName
{
color: #49693D;
}
.AnyTagClassName
{
color: #49693D;
}
</style>
background-color css
<style>
a { background-color: #49693D; }
a { background-color: rgb(73,105,61); }
div.DivClassName
{
background-color: #49693D;
}
.BgClassName
{
background-color: #49693D;
}
</style>
border-color css
<style>
span { border-color: #49693D; }
span { border-color: rgb(73,105,61); }
td.TdClassName
{
border-color: #49693D;
}
.TagClassName
{
border-color: #49693D;
}
</style>