Shades of Tom Thumb #4A603E
Tints of Tom Thumb #4A603E
RGB
CMYK
RGB Variations
Color information
#4A603E (or 0x4A603E) is known color: Tom Thumb. HEX triplet: 4A, 60 and 3E. RGB value is (74,96,62). Sum of RGB (Red+Green+Blue) = 74+96+62=232 (30% of max value = 765). Red value is 74 (29.30% from 255 or 31.90% from 232); Green value is 96 (37.89% from 255 or 41.38% from 232); Blue value is 62 (24.61% from 255 or 26.72% from 232); Max value from RGB is 96 - color contains mainly: green. Hex color #4A603E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A603E is #B59FC1. Grayscale: #555555. Windows color (decimal): -11902914 or 4087882. OLE color: 4087882.
HSL color Cylindrical-coordinate representation of color #4A603E: hue angle of 98.82º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4A603E is Cyan = 0.23, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 74 | 96 | 62 | - |
| CMYK | 0.23 | 0 | 0.35 | 0.62 |
| HSL | 98.82º | 0.22% | 0.31% | - |
| HSV(B) | 98.82º | 0.35% | 0.38% | - |
| XYZ | 7.88 | 10.17 | 6.11 | - |
| YUV | 85.55 | 114.71 | 119.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 96 | 62 | 0.23 | 0 | 0.35 | 0.62 | 98.82 | 0.22 | 0.31 |
| Hex | 4A | 60 | 3E | 17 | 0 | 23 | 3E | 63 | 16 | 1F |
| Octal | 112 | 140 | 76 | 27 | 0 | 43 | 76 | 143 | 26 | 37 |
| Binary | 1001010 | 1100000 | 111110 | 10111 | 0 | 100011 | 111110 | 1100011 | 10110 | 11111 |
Color Harmonies of #4A603E
Complementary color
Monochromatic Colors of #4A603E
Black with #4A603E
Text Example
Text Example
White with #4A603E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A603E; }
p { color: rgb(74,96,62); }
H1.HeaderClassName
{
color: #4A603E;
}
.AnyTagClassName
{
color: #4A603E;
}
</style>
background-color css
<style>
a { background-color: #4A603E; }
a { background-color: rgb(74,96,62); }
div.DivClassName
{
background-color: #4A603E;
}
.BgClassName
{
background-color: #4A603E;
}
</style>
border-color css
<style>
span { border-color: #4A603E; }
span { border-color: rgb(74,96,62); }
td.TdClassName
{
border-color: #4A603E;
}
.TagClassName
{
border-color: #4A603E;
}
</style>