Shades of Tom Thumb #4A5945
Tints of Tom Thumb #4A5945
RGB
CMYK
RGB Variations
Color information
#4A5945 (or 0x4A5945) is known color: Tom Thumb. HEX triplet: 4A, 59 and 45. RGB value is (74,89,69). Sum of RGB (Red+Green+Blue) = 74+89+69=232 (30% of max value = 765). Red value is 74 (29.30% from 255 or 31.90% from 232); Green value is 89 (35.16% from 255 or 38.36% from 232); Blue value is 69 (27.34% from 255 or 29.74% from 232); Max value from RGB is 89 - color contains mainly: green. Hex color #4A5945 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A5945 is #B5A6BA. Grayscale: #525252. Windows color (decimal): -11904699 or 4544842. OLE color: 4544842.
HSL color Cylindrical-coordinate representation of color #4A5945: hue angle of 105º degrees, saturation: 0.13, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #4A5945 is Cyan = 0.17, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 74 | 89 | 69 | - |
| CMYK | 0.17 | 0 | 0.22 | 0.65 |
| HSL | 105º | 0.13% | 0.31% | - |
| HSV(B) | 105º | 0.22% | 0.35% | - |
| XYZ | 7.47 | 9.03 | 6.98 | - |
| YUV | 82.24 | 120.53 | 122.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 89 | 69 | 0.17 | 0 | 0.22 | 0.65 | 105 | 0.13 | 0.31 |
| Hex | 4A | 59 | 45 | 11 | 0 | 16 | 41 | 69 | D | 1F |
| Octal | 112 | 131 | 105 | 21 | 0 | 26 | 101 | 151 | 15 | 37 |
| Binary | 1001010 | 1011001 | 1000101 | 10001 | 0 | 10110 | 1000001 | 1101001 | 1101 | 11111 |
Color Harmonies of #4A5945
Complementary color
Monochromatic Colors of #4A5945
Black with #4A5945
Text Example
Text Example
White with #4A5945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A5945; }
p { color: rgb(74,89,69); }
H1.HeaderClassName
{
color: #4A5945;
}
.AnyTagClassName
{
color: #4A5945;
}
</style>
background-color css
<style>
a { background-color: #4A5945; }
a { background-color: rgb(74,89,69); }
div.DivClassName
{
background-color: #4A5945;
}
.BgClassName
{
background-color: #4A5945;
}
</style>
border-color css
<style>
span { border-color: #4A5945; }
span { border-color: rgb(74,89,69); }
td.TdClassName
{
border-color: #4A5945;
}
.TagClassName
{
border-color: #4A5945;
}
</style>