Shades of Tom Thumb #495743
Tints of Tom Thumb #495743
RGB
CMYK
RGB Variations
Color information
#495743 (or 0x495743) is known color: Tom Thumb. HEX triplet: 49, 57 and 43. RGB value is (73,87,67). Sum of RGB (Red+Green+Blue) = 73+87+67=227 (30% of max value = 765). Red value is 73 (28.91% from 255 or 32.16% from 227); Green value is 87 (34.38% from 255 or 38.33% from 227); Blue value is 67 (26.56% from 255 or 29.52% from 227); Max value from RGB is 87 - color contains mainly: green. Hex color #495743 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495743 is #B6A8BC. Grayscale: #505050. Windows color (decimal): -11970749 or 4413257. OLE color: 4413257.
HSL color Cylindrical-coordinate representation of color #495743: hue angle of 102º degrees, saturation: 0.13, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #495743 is Cyan = 0.16, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 73 | 87 | 67 | - |
| CMYK | 0.16 | 0 | 0.23 | 0.66 |
| HSL | 102º | 0.13% | 0.3% | - |
| HSV(B) | 102º | 0.23% | 0.34% | - |
| XYZ | 7.17 | 8.64 | 6.6 | - |
| YUV | 80.53 | 120.36 | 122.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 87 | 67 | 0.16 | 0 | 0.23 | 0.66 | 102 | 0.13 | 0.3 |
| Hex | 49 | 57 | 43 | 10 | 0 | 17 | 42 | 66 | D | 1E |
| Octal | 111 | 127 | 103 | 20 | 0 | 27 | 102 | 146 | 15 | 36 |
| Binary | 1001001 | 1010111 | 1000011 | 10000 | 0 | 10111 | 1000010 | 1100110 | 1101 | 11110 |
Color Harmonies of #495743
Complementary color
Monochromatic Colors of #495743
Black with #495743
Text Example
Text Example
White with #495743
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495743; }
p { color: rgb(73,87,67); }
H1.HeaderClassName
{
color: #495743;
}
.AnyTagClassName
{
color: #495743;
}
</style>
background-color css
<style>
a { background-color: #495743; }
a { background-color: rgb(73,87,67); }
div.DivClassName
{
background-color: #495743;
}
.BgClassName
{
background-color: #495743;
}
</style>
border-color css
<style>
span { border-color: #495743; }
span { border-color: rgb(73,87,67); }
td.TdClassName
{
border-color: #495743;
}
.TagClassName
{
border-color: #495743;
}
</style>