Shades of Tom Thumb #49693C
Tints of Tom Thumb #49693C
RGB
CMYK
RGB Variations
Color information
#49693C (or 0x49693C) is known color: Tom Thumb. HEX triplet: 49, 69 and 3C. RGB value is (73,105,60). Sum of RGB (Red+Green+Blue) = 73+105+60=238 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.67% from 238); Green value is 105 (41.41% from 255 or 44.12% from 238); Blue value is 60 (23.83% from 255 or 25.21% from 238); Max value from RGB is 105 - color contains mainly: green. Hex color #49693C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49693C is #B696C3. Grayscale: #5A5A5A. Windows color (decimal): -11966148 or 3959113. OLE color: 3959113.
HSL color Cylindrical-coordinate representation of color #49693C: hue angle of 102.67º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #49693C is Cyan = 0.30, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 73 | 105 | 60 | - |
| CMYK | 0.30 | 0 | 0.43 | 0.59 |
| HSL | 102.67º | 0.27% | 0.32% | - |
| HSV(B) | 102.67º | 0.43% | 0.41% | - |
| XYZ | 8.61 | 11.85 | 6.11 | - |
| YUV | 90.3 | 110.9 | 115.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 105 | 60 | 0.30 | 0 | 0.43 | 0.59 | 102.67 | 0.27 | 0.32 |
| Hex | 49 | 69 | 3C | 1E | 0 | 2B | 3B | 67 | 1B | 20 |
| Octal | 111 | 151 | 74 | 36 | 0 | 53 | 73 | 147 | 33 | 40 |
| Binary | 1001001 | 1101001 | 111100 | 11110 | 0 | 101011 | 111011 | 1100111 | 11011 | 100000 |
Color Harmonies of #49693C
Complementary color
Monochromatic Colors of #49693C
Black with #49693C
Text Example
Text Example
White with #49693C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49693C; }
p { color: rgb(73,105,60); }
H1.HeaderClassName
{
color: #49693C;
}
.AnyTagClassName
{
color: #49693C;
}
</style>
background-color css
<style>
a { background-color: #49693C; }
a { background-color: rgb(73,105,60); }
div.DivClassName
{
background-color: #49693C;
}
.BgClassName
{
background-color: #49693C;
}
</style>
border-color css
<style>
span { border-color: #49693C; }
span { border-color: rgb(73,105,60); }
td.TdClassName
{
border-color: #49693C;
}
.TagClassName
{
border-color: #49693C;
}
</style>