Shades of Tom Thumb #49633D
Tints of Tom Thumb #49633D
RGB
CMYK
RGB Variations
Color information
#49633D (or 0x49633D) is known color: Tom Thumb. HEX triplet: 49, 63 and 3D. RGB value is (73,99,61). Sum of RGB (Red+Green+Blue) = 73+99+61=233 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.33% from 233); Green value is 99 (39.06% from 255 or 42.49% from 233); Blue value is 61 (24.22% from 255 or 26.18% from 233); Max value from RGB is 99 - color contains mainly: green. Hex color #49633D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49633D is #B69CC2. Grayscale: #575757. Windows color (decimal): -11967683 or 4023113. OLE color: 4023113.
HSL color Cylindrical-coordinate representation of color #49633D: hue angle of 101.05º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #49633D is Cyan = 0.26, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 73 | 99 | 61 | - |
| CMYK | 0.26 | 0 | 0.38 | 0.61 |
| HSL | 101.05º | 0.24% | 0.31% | - |
| HSV(B) | 101.05º | 0.38% | 0.39% | - |
| XYZ | 8.05 | 10.68 | 6.05 | - |
| YUV | 86.89 | 113.39 | 118.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 99 | 61 | 0.26 | 0 | 0.38 | 0.61 | 101.05 | 0.24 | 0.31 |
| Hex | 49 | 63 | 3D | 1A | 0 | 26 | 3D | 65 | 18 | 1F |
| Octal | 111 | 143 | 75 | 32 | 0 | 46 | 75 | 145 | 30 | 37 |
| Binary | 1001001 | 1100011 | 111101 | 11010 | 0 | 100110 | 111101 | 1100101 | 11000 | 11111 |
Color Harmonies of #49633D
Complementary color
Monochromatic Colors of #49633D
Black with #49633D
Text Example
Text Example
White with #49633D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49633D; }
p { color: rgb(73,99,61); }
H1.HeaderClassName
{
color: #49633D;
}
.AnyTagClassName
{
color: #49633D;
}
</style>
background-color css
<style>
a { background-color: #49633D; }
a { background-color: rgb(73,99,61); }
div.DivClassName
{
background-color: #49633D;
}
.BgClassName
{
background-color: #49633D;
}
</style>
border-color css
<style>
span { border-color: #49633D; }
span { border-color: rgb(73,99,61); }
td.TdClassName
{
border-color: #49633D;
}
.TagClassName
{
border-color: #49633D;
}
</style>