Shades of Tom Thumb #4D634A
Tints of Tom Thumb #4D634A
RGB
CMYK
RGB Variations
Color information
#4D634A (or 0x4D634A) is known color: Tom Thumb. HEX triplet: 4D, 63 and 4A. RGB value is (77,99,74). Sum of RGB (Red+Green+Blue) = 77+99+74=250 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.8% from 250); Green value is 99 (39.06% from 255 or 39.6% from 250); Blue value is 74 (29.30% from 255 or 29.6% from 250); Max value from RGB is 99 - color contains mainly: green. Hex color #4D634A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D634A is #B29CB5. Grayscale: #595959. Windows color (decimal): -11705526 or 4875085. OLE color: 4875085.
HSL color Cylindrical-coordinate representation of color #4D634A: hue angle of 112.8º degrees, saturation: 0.14, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #4D634A is Cyan = 0.22, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 77 | 99 | 74 | - |
| CMYK | 0.22 | 0 | 0.25 | 0.61 |
| HSL | 112.8º | 0.14% | 0.34% | - |
| HSV(B) | 112.8º | 0.25% | 0.39% | - |
| XYZ | 8.76 | 11 | 8.14 | - |
| YUV | 89.57 | 119.21 | 119.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 99 | 74 | 0.22 | 0 | 0.25 | 0.61 | 112.8 | 0.14 | 0.34 |
| Hex | 4D | 63 | 4A | 16 | 0 | 19 | 3D | 71 | E | 22 |
| Octal | 115 | 143 | 112 | 26 | 0 | 31 | 75 | 161 | 16 | 42 |
| Binary | 1001101 | 1100011 | 1001010 | 10110 | 0 | 11001 | 111101 | 1110001 | 1110 | 100010 |
Color Harmonies of #4D634A
Complementary color
Monochromatic Colors of #4D634A
Black with #4D634A
Text Example
Text Example
White with #4D634A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D634A; }
p { color: rgb(77,99,74); }
H1.HeaderClassName
{
color: #4D634A;
}
.AnyTagClassName
{
color: #4D634A;
}
</style>
background-color css
<style>
a { background-color: #4D634A; }
a { background-color: rgb(77,99,74); }
div.DivClassName
{
background-color: #4D634A;
}
.BgClassName
{
background-color: #4D634A;
}
</style>
border-color css
<style>
span { border-color: #4D634A; }
span { border-color: rgb(77,99,74); }
td.TdClassName
{
border-color: #4D634A;
}
.TagClassName
{
border-color: #4D634A;
}
</style>