Shades of Tom Thumb #495C42
Tints of Tom Thumb #495C42
RGB
CMYK
RGB Variations
Color information
#495C42 (or 0x495C42) is known color: Tom Thumb. HEX triplet: 49, 5C and 42. RGB value is (73,92,66). Sum of RGB (Red+Green+Blue) = 73+92+66=231 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.60% from 231); Green value is 92 (36.33% from 255 or 39.83% from 231); Blue value is 66 (26.17% from 255 or 28.57% from 231); Max value from RGB is 92 - color contains mainly: green. Hex color #495C42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495C42 is #B6A3BD. Grayscale: #535353. Windows color (decimal): -11969470 or 4349001. OLE color: 4349001.
HSL color Cylindrical-coordinate representation of color #495C42: hue angle of 103.85º degrees, saturation: 0.16, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #495C42 is Cyan = 0.21, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 73 | 92 | 66 | - |
| CMYK | 0.21 | 0 | 0.28 | 0.64 |
| HSL | 103.85º | 0.16% | 0.31% | - |
| HSV(B) | 103.85º | 0.28% | 0.36% | - |
| XYZ | 7.56 | 9.46 | 6.58 | - |
| YUV | 83.36 | 118.21 | 120.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 92 | 66 | 0.21 | 0 | 0.28 | 0.64 | 103.85 | 0.16 | 0.31 |
| Hex | 49 | 5C | 42 | 15 | 0 | 1C | 40 | 68 | 10 | 1F |
| Octal | 111 | 134 | 102 | 25 | 0 | 34 | 100 | 150 | 20 | 37 |
| Binary | 1001001 | 1011100 | 1000010 | 10101 | 0 | 11100 | 1000000 | 1101000 | 10000 | 11111 |
Color Harmonies of #495C42
Complementary color
Monochromatic Colors of #495C42
Black with #495C42
Text Example
Text Example
White with #495C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495C42; }
p { color: rgb(73,92,66); }
H1.HeaderClassName
{
color: #495C42;
}
.AnyTagClassName
{
color: #495C42;
}
</style>
background-color css
<style>
a { background-color: #495C42; }
a { background-color: rgb(73,92,66); }
div.DivClassName
{
background-color: #495C42;
}
.BgClassName
{
background-color: #495C42;
}
</style>
border-color css
<style>
span { border-color: #495C42; }
span { border-color: rgb(73,92,66); }
td.TdClassName
{
border-color: #495C42;
}
.TagClassName
{
border-color: #495C42;
}
</style>