Shades of Tom Thumb #475940
Tints of Tom Thumb #475940
RGB
CMYK
RGB Variations
Color information
#475940 (or 0x475940) is known color: Tom Thumb. HEX triplet: 47, 59 and 40. RGB value is (71,89,64). Sum of RGB (Red+Green+Blue) = 71+89+64=224 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.70% from 224); Green value is 89 (35.16% from 255 or 39.73% from 224); Blue value is 64 (25.39% from 255 or 28.57% from 224); Max value from RGB is 89 - color contains mainly: green. Hex color #475940 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475940 is #B8A6BF. Grayscale: #505050. Windows color (decimal): -12101312 or 4217159. OLE color: 4217159.
HSL color Cylindrical-coordinate representation of color #475940: hue angle of 103.2º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #475940 is Cyan = 0.20, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 71 | 89 | 64 | - |
| CMYK | 0.20 | 0 | 0.28 | 0.65 |
| HSL | 103.2º | 0.16% | 0.3% | - |
| HSV(B) | 103.2º | 0.28% | 0.35% | - |
| XYZ | 7.1 | 8.85 | 6.19 | - |
| YUV | 80.77 | 118.54 | 121.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 89 | 64 | 0.20 | 0 | 0.28 | 0.65 | 103.2 | 0.16 | 0.3 |
| Hex | 47 | 59 | 40 | 14 | 0 | 1C | 41 | 67 | 10 | 1E |
| Octal | 107 | 131 | 100 | 24 | 0 | 34 | 101 | 147 | 20 | 36 |
| Binary | 1000111 | 1011001 | 1000000 | 10100 | 0 | 11100 | 1000001 | 1100111 | 10000 | 11110 |
Color Harmonies of #475940
Complementary color
Monochromatic Colors of #475940
Black with #475940
Text Example
Text Example
White with #475940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475940; }
p { color: rgb(71,89,64); }
H1.HeaderClassName
{
color: #475940;
}
.AnyTagClassName
{
color: #475940;
}
</style>
background-color css
<style>
a { background-color: #475940; }
a { background-color: rgb(71,89,64); }
div.DivClassName
{
background-color: #475940;
}
.BgClassName
{
background-color: #475940;
}
</style>
border-color css
<style>
span { border-color: #475940; }
span { border-color: rgb(71,89,64); }
td.TdClassName
{
border-color: #475940;
}
.TagClassName
{
border-color: #475940;
}
</style>