Shades of Tom Thumb #47673F
Tints of Tom Thumb #47673F
RGB
CMYK
RGB Variations
Color information
#47673F (or 0x47673F) is known color: Tom Thumb. HEX triplet: 47, 67 and 3F. RGB value is (71,103,63). Sum of RGB (Red+Green+Blue) = 71+103+63=237 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.96% from 237); Green value is 103 (40.62% from 255 or 43.46% from 237); Blue value is 63 (25% from 255 or 26.58% from 237); Max value from RGB is 103 - color contains mainly: green. Hex color #47673F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47673F is #B898C0. Grayscale: #595959. Windows color (decimal): -12097729 or 4155207. OLE color: 4155207.
HSL color Cylindrical-coordinate representation of color #47673F: hue angle of 108º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #47673F is Cyan = 0.31, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 71 | 103 | 63 | - |
| CMYK | 0.31 | 0 | 0.39 | 0.60 |
| HSL | 108º | 0.24% | 0.33% | - |
| HSV(B) | 108º | 0.39% | 0.4% | - |
| XYZ | 8.35 | 11.4 | 6.46 | - |
| YUV | 88.87 | 113.4 | 115.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 103 | 63 | 0.31 | 0 | 0.39 | 0.60 | 108 | 0.24 | 0.33 |
| Hex | 47 | 67 | 3F | 1F | 0 | 27 | 3C | 6C | 18 | 21 |
| Octal | 107 | 147 | 77 | 37 | 0 | 47 | 74 | 154 | 30 | 41 |
| Binary | 1000111 | 1100111 | 111111 | 11111 | 0 | 100111 | 111100 | 1101100 | 11000 | 100001 |
Color Harmonies of #47673F
Complementary color
Monochromatic Colors of #47673F
Black with #47673F
Text Example
Text Example
White with #47673F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47673F; }
p { color: rgb(71,103,63); }
H1.HeaderClassName
{
color: #47673F;
}
.AnyTagClassName
{
color: #47673F;
}
</style>
background-color css
<style>
a { background-color: #47673F; }
a { background-color: rgb(71,103,63); }
div.DivClassName
{
background-color: #47673F;
}
.BgClassName
{
background-color: #47673F;
}
</style>
border-color css
<style>
span { border-color: #47673F; }
span { border-color: rgb(71,103,63); }
td.TdClassName
{
border-color: #47673F;
}
.TagClassName
{
border-color: #47673F;
}
</style>