Shades of Tom Thumb #46593F
Tints of Tom Thumb #46593F
RGB
CMYK
RGB Variations
Color information
#46593F (or 0x46593F) is known color: Tom Thumb. HEX triplet: 46, 59 and 3F. RGB value is (70,89,63). Sum of RGB (Red+Green+Blue) = 70+89+63=222 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.53% from 222); Green value is 89 (35.16% from 255 or 40.09% from 222); Blue value is 63 (25% from 255 or 28.38% from 222); Max value from RGB is 89 - color contains mainly: green. Hex color #46593F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46593F is #B9A6C0. Grayscale: #505050. Windows color (decimal): -12166849 or 4151622. OLE color: 4151622.
HSL color Cylindrical-coordinate representation of color #46593F: hue angle of 103.85º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #46593F is Cyan = 0.21, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 70 | 89 | 63 | - |
| CMYK | 0.21 | 0 | 0.29 | 0.65 |
| HSL | 103.85º | 0.17% | 0.3% | - |
| HSV(B) | 103.85º | 0.29% | 0.35% | - |
| XYZ | 7 | 8.81 | 6.03 | - |
| YUV | 80.36 | 118.21 | 120.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 89 | 63 | 0.21 | 0 | 0.29 | 0.65 | 103.85 | 0.17 | 0.3 |
| Hex | 46 | 59 | 3F | 15 | 0 | 1D | 41 | 68 | 11 | 1E |
| Octal | 106 | 131 | 77 | 25 | 0 | 35 | 101 | 150 | 21 | 36 |
| Binary | 1000110 | 1011001 | 111111 | 10101 | 0 | 11101 | 1000001 | 1101000 | 10001 | 11110 |
Color Harmonies of #46593F
Complementary color
Monochromatic Colors of #46593F
Black with #46593F
Text Example
Text Example
White with #46593F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46593F; }
p { color: rgb(70,89,63); }
H1.HeaderClassName
{
color: #46593F;
}
.AnyTagClassName
{
color: #46593F;
}
</style>
background-color css
<style>
a { background-color: #46593F; }
a { background-color: rgb(70,89,63); }
div.DivClassName
{
background-color: #46593F;
}
.BgClassName
{
background-color: #46593F;
}
</style>
border-color css
<style>
span { border-color: #46593F; }
span { border-color: rgb(70,89,63); }
td.TdClassName
{
border-color: #46593F;
}
.TagClassName
{
border-color: #46593F;
}
</style>