Shades of Tom Thumb #53614D
Tints of Tom Thumb #53614D
RGB
CMYK
RGB Variations
Color information
#53614D (or 0x53614D) is known color: Tom Thumb. HEX triplet: 53, 61 and 4D. RGB value is (83,97,77). Sum of RGB (Red+Green+Blue) = 83+97+77=257 (34% of max value = 765). Red value is 83 (32.81% from 255 or 32.30% from 257); Green value is 97 (38.28% from 255 or 37.74% from 257); Blue value is 77 (30.47% from 255 or 29.96% from 257); Max value from RGB is 97 - color contains mainly: green. Hex color #53614D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53614D is #AC9EB2. Grayscale: #5A5A5A. Windows color (decimal): -11312819 or 5071187. OLE color: 5071187.
HSL color Cylindrical-coordinate representation of color #53614D: hue angle of 102º degrees, saturation: 0.11, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #53614D is Cyan = 0.14, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 83 | 97 | 77 | - |
| CMYK | 0.14 | 0 | 0.21 | 0.62 |
| HSL | 102º | 0.11% | 0.34% | - |
| HSV(B) | 102º | 0.21% | 0.38% | - |
| XYZ | 9.18 | 10.92 | 8.65 | - |
| YUV | 90.53 | 120.36 | 122.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 97 | 77 | 0.14 | 0 | 0.21 | 0.62 | 102 | 0.11 | 0.34 |
| Hex | 53 | 61 | 4D | E | 0 | 15 | 3E | 66 | B | 22 |
| Octal | 123 | 141 | 115 | 16 | 0 | 25 | 76 | 146 | 13 | 42 |
| Binary | 1010011 | 1100001 | 1001101 | 1110 | 0 | 10101 | 111110 | 1100110 | 1011 | 100010 |
Color Harmonies of #53614D
Complementary color
Monochromatic Colors of #53614D
Black with #53614D
Text Example
Text Example
White with #53614D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53614D; }
p { color: rgb(83,97,77); }
H1.HeaderClassName
{
color: #53614D;
}
.AnyTagClassName
{
color: #53614D;
}
</style>
background-color css
<style>
a { background-color: #53614D; }
a { background-color: rgb(83,97,77); }
div.DivClassName
{
background-color: #53614D;
}
.BgClassName
{
background-color: #53614D;
}
</style>
border-color css
<style>
span { border-color: #53614D; }
span { border-color: rgb(83,97,77); }
td.TdClassName
{
border-color: #53614D;
}
.TagClassName
{
border-color: #53614D;
}
</style>