Shades of Tom Thumb #4A623D
Tints of Tom Thumb #4A623D
RGB
CMYK
RGB Variations
Color information
#4A623D (or 0x4A623D) is known color: Tom Thumb. HEX triplet: 4A, 62 and 3D. RGB value is (74,98,61). Sum of RGB (Red+Green+Blue) = 74+98+61=233 (30% of max value = 765). Red value is 74 (29.30% from 255 or 31.76% from 233); Green value is 98 (38.67% from 255 or 42.06% from 233); Blue value is 61 (24.22% from 255 or 26.18% from 233); Max value from RGB is 98 - color contains mainly: green. Hex color #4A623D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A623D is #B59DC2. Grayscale: #565656. Windows color (decimal): -11902403 or 4022858. OLE color: 4022858.
HSL color Cylindrical-coordinate representation of color #4A623D: hue angle of 98.92º degrees, saturation: 0.23, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4A623D is Cyan = 0.24, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 74 | 98 | 61 | - |
| CMYK | 0.24 | 0 | 0.38 | 0.62 |
| HSL | 98.92º | 0.23% | 0.31% | - |
| HSV(B) | 98.92º | 0.38% | 0.38% | - |
| XYZ | 8.03 | 10.53 | 6.02 | - |
| YUV | 86.61 | 113.55 | 119.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 98 | 61 | 0.24 | 0 | 0.38 | 0.62 | 98.92 | 0.23 | 0.31 |
| Hex | 4A | 62 | 3D | 18 | 0 | 26 | 3E | 63 | 17 | 1F |
| Octal | 112 | 142 | 75 | 30 | 0 | 46 | 76 | 143 | 27 | 37 |
| Binary | 1001010 | 1100010 | 111101 | 11000 | 0 | 100110 | 111110 | 1100011 | 10111 | 11111 |
Color Harmonies of #4A623D
Complementary color
Monochromatic Colors of #4A623D
Black with #4A623D
Text Example
Text Example
White with #4A623D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A623D; }
p { color: rgb(74,98,61); }
H1.HeaderClassName
{
color: #4A623D;
}
.AnyTagClassName
{
color: #4A623D;
}
</style>
background-color css
<style>
a { background-color: #4A623D; }
a { background-color: rgb(74,98,61); }
div.DivClassName
{
background-color: #4A623D;
}
.BgClassName
{
background-color: #4A623D;
}
</style>
border-color css
<style>
span { border-color: #4A623D; }
span { border-color: rgb(74,98,61); }
td.TdClassName
{
border-color: #4A623D;
}
.TagClassName
{
border-color: #4A623D;
}
</style>