Shades of Tom Thumb #495C43
Tints of Tom Thumb #495C43
RGB
CMYK
RGB Variations
Color information
#495C43 (or 0x495C43) is known color: Tom Thumb. HEX triplet: 49, 5C and 43. RGB value is (73,92,67). Sum of RGB (Red+Green+Blue) = 73+92+67=232 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.47% from 232); Green value is 92 (36.33% from 255 or 39.66% from 232); Blue value is 67 (26.56% from 255 or 28.88% from 232); Max value from RGB is 92 - color contains mainly: green. Hex color #495C43 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495C43 is #B6A3BC. Grayscale: #535353. Windows color (decimal): -11969469 or 4414537. OLE color: 4414537.
HSL color Cylindrical-coordinate representation of color #495C43: hue angle of 105.6º degrees, saturation: 0.16, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #495C43 is Cyan = 0.21, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 73 | 92 | 67 | - |
| CMYK | 0.21 | 0 | 0.27 | 0.64 |
| HSL | 105.6º | 0.16% | 0.31% | - |
| HSV(B) | 105.6º | 0.27% | 0.36% | - |
| XYZ | 7.59 | 9.48 | 6.74 | - |
| YUV | 83.47 | 118.71 | 120.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 92 | 67 | 0.21 | 0 | 0.27 | 0.64 | 105.6 | 0.16 | 0.31 |
| Hex | 49 | 5C | 43 | 15 | 0 | 1B | 40 | 6A | 10 | 1F |
| Octal | 111 | 134 | 103 | 25 | 0 | 33 | 100 | 152 | 20 | 37 |
| Binary | 1001001 | 1011100 | 1000011 | 10101 | 0 | 11011 | 1000000 | 1101010 | 10000 | 11111 |
Color Harmonies of #495C43
Complementary color
Monochromatic Colors of #495C43
Black with #495C43
Text Example
Text Example
White with #495C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495C43; }
p { color: rgb(73,92,67); }
H1.HeaderClassName
{
color: #495C43;
}
.AnyTagClassName
{
color: #495C43;
}
</style>
background-color css
<style>
a { background-color: #495C43; }
a { background-color: rgb(73,92,67); }
div.DivClassName
{
background-color: #495C43;
}
.BgClassName
{
background-color: #495C43;
}
</style>
border-color css
<style>
span { border-color: #495C43; }
span { border-color: rgb(73,92,67); }
td.TdClassName
{
border-color: #495C43;
}
.TagClassName
{
border-color: #495C43;
}
</style>