Shades of Tom Thumb #49643F
Tints of Tom Thumb #49643F
RGB
CMYK
RGB Variations
Color information
#49643F (or 0x49643F) is known color: Tom Thumb. HEX triplet: 49, 64 and 3F. RGB value is (73,100,63). Sum of RGB (Red+Green+Blue) = 73+100+63=236 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.93% from 236); Green value is 100 (39.45% from 255 or 42.37% from 236); Blue value is 63 (25% from 255 or 26.69% from 236); Max value from RGB is 100 - color contains mainly: green. Hex color #49643F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49643F is #B69BC0. Grayscale: #575757. Windows color (decimal): -11967425 or 4154441. OLE color: 4154441.
HSL color Cylindrical-coordinate representation of color #49643F: hue angle of 103.78º degrees, saturation: 0.23, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #49643F is Cyan = 0.27, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 73 | 100 | 63 | - |
| CMYK | 0.27 | 0 | 0.37 | 0.61 |
| HSL | 103.78º | 0.23% | 0.32% | - |
| HSV(B) | 103.78º | 0.37% | 0.39% | - |
| XYZ | 8.2 | 10.89 | 6.37 | - |
| YUV | 87.71 | 114.05 | 117.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 100 | 63 | 0.27 | 0 | 0.37 | 0.61 | 103.78 | 0.23 | 0.32 |
| Hex | 49 | 64 | 3F | 1B | 0 | 25 | 3D | 68 | 17 | 20 |
| Octal | 111 | 144 | 77 | 33 | 0 | 45 | 75 | 150 | 27 | 40 |
| Binary | 1001001 | 1100100 | 111111 | 11011 | 0 | 100101 | 111101 | 1101000 | 10111 | 100000 |
Color Harmonies of #49643F
Complementary color
Monochromatic Colors of #49643F
Black with #49643F
Text Example
Text Example
White with #49643F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49643F; }
p { color: rgb(73,100,63); }
H1.HeaderClassName
{
color: #49643F;
}
.AnyTagClassName
{
color: #49643F;
}
</style>
background-color css
<style>
a { background-color: #49643F; }
a { background-color: rgb(73,100,63); }
div.DivClassName
{
background-color: #49643F;
}
.BgClassName
{
background-color: #49643F;
}
</style>
border-color css
<style>
span { border-color: #49643F; }
span { border-color: rgb(73,100,63); }
td.TdClassName
{
border-color: #49643F;
}
.TagClassName
{
border-color: #49643F;
}
</style>