Shades of Tom Thumb #495943
Tints of Tom Thumb #495943
RGB
CMYK
RGB Variations
Color information
#495943 (or 0x495943) is known color: Tom Thumb. HEX triplet: 49, 59 and 43. RGB value is (73,89,67). Sum of RGB (Red+Green+Blue) = 73+89+67=229 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.88% from 229); Green value is 89 (35.16% from 255 or 38.86% from 229); Blue value is 67 (26.56% from 255 or 29.26% from 229); Max value from RGB is 89 - color contains mainly: green. Hex color #495943 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495943 is #B6A6BC. Grayscale: #515151. Windows color (decimal): -11970237 or 4413769. OLE color: 4413769.
HSL color Cylindrical-coordinate representation of color #495943: hue angle of 103.64º degrees, saturation: 0.14, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #495943 is Cyan = 0.18, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 73 | 89 | 67 | - |
| CMYK | 0.18 | 0 | 0.25 | 0.65 |
| HSL | 103.64º | 0.14% | 0.31% | - |
| HSV(B) | 103.64º | 0.25% | 0.35% | - |
| XYZ | 7.33 | 8.97 | 6.65 | - |
| YUV | 81.71 | 119.7 | 121.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 89 | 67 | 0.18 | 0 | 0.25 | 0.65 | 103.64 | 0.14 | 0.31 |
| Hex | 49 | 59 | 43 | 12 | 0 | 19 | 41 | 68 | E | 1F |
| Octal | 111 | 131 | 103 | 22 | 0 | 31 | 101 | 150 | 16 | 37 |
| Binary | 1001001 | 1011001 | 1000011 | 10010 | 0 | 11001 | 1000001 | 1101000 | 1110 | 11111 |
Color Harmonies of #495943
Complementary color
Monochromatic Colors of #495943
Black with #495943
Text Example
Text Example
White with #495943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495943; }
p { color: rgb(73,89,67); }
H1.HeaderClassName
{
color: #495943;
}
.AnyTagClassName
{
color: #495943;
}
</style>
background-color css
<style>
a { background-color: #495943; }
a { background-color: rgb(73,89,67); }
div.DivClassName
{
background-color: #495943;
}
.BgClassName
{
background-color: #495943;
}
</style>
border-color css
<style>
span { border-color: #495943; }
span { border-color: rgb(73,89,67); }
td.TdClassName
{
border-color: #495943;
}
.TagClassName
{
border-color: #495943;
}
</style>