Shades of Tom Thumb #4A6542
Tints of Tom Thumb #4A6542
RGB
CMYK
RGB Variations
Color information
#4A6542 (or 0x4A6542) is known color: Tom Thumb. HEX triplet: 4A, 65 and 42. RGB value is (74,101,66). Sum of RGB (Red+Green+Blue) = 74+101+66=241 (31% of max value = 765). Red value is 74 (29.30% from 255 or 30.71% from 241); Green value is 101 (39.84% from 255 or 41.91% from 241); Blue value is 66 (26.17% from 255 or 27.39% from 241); Max value from RGB is 101 - color contains mainly: green. Hex color #4A6542 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A6542 is #B59ABD. Grayscale: #595959. Windows color (decimal): -11901630 or 4351306. OLE color: 4351306.
HSL color Cylindrical-coordinate representation of color #4A6542: hue angle of 106.29º degrees, saturation: 0.21, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4A6542 is Cyan = 0.27, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 74 | 101 | 66 | - |
| CMYK | 0.27 | 0 | 0.35 | 0.60 |
| HSL | 106.29º | 0.21% | 0.33% | - |
| HSV(B) | 106.29º | 0.35% | 0.4% | - |
| XYZ | 8.46 | 11.16 | 6.86 | - |
| YUV | 88.94 | 115.05 | 117.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 101 | 66 | 0.27 | 0 | 0.35 | 0.60 | 106.29 | 0.21 | 0.33 |
| Hex | 4A | 65 | 42 | 1B | 0 | 23 | 3C | 6A | 15 | 21 |
| Octal | 112 | 145 | 102 | 33 | 0 | 43 | 74 | 152 | 25 | 41 |
| Binary | 1001010 | 1100101 | 1000010 | 11011 | 0 | 100011 | 111100 | 1101010 | 10101 | 100001 |
Color Harmonies of #4A6542
Complementary color
Monochromatic Colors of #4A6542
Black with #4A6542
Text Example
Text Example
White with #4A6542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A6542; }
p { color: rgb(74,101,66); }
H1.HeaderClassName
{
color: #4A6542;
}
.AnyTagClassName
{
color: #4A6542;
}
</style>
background-color css
<style>
a { background-color: #4A6542; }
a { background-color: rgb(74,101,66); }
div.DivClassName
{
background-color: #4A6542;
}
.BgClassName
{
background-color: #4A6542;
}
</style>
border-color css
<style>
span { border-color: #4A6542; }
span { border-color: rgb(74,101,66); }
td.TdClassName
{
border-color: #4A6542;
}
.TagClassName
{
border-color: #4A6542;
}
</style>