Shades of Tom Thumb #53614E
Tints of Tom Thumb #53614E
RGB
CMYK
RGB Variations
Color information
#53614E (or 0x53614E) is known color: Tom Thumb. HEX triplet: 53, 61 and 4E. RGB value is (83,97,78). Sum of RGB (Red+Green+Blue) = 83+97+78=258 (34% of max value = 765). Red value is 83 (32.81% from 255 or 32.17% from 258); Green value is 97 (38.28% from 255 or 37.60% from 258); Blue value is 78 (30.86% from 255 or 30.23% from 258); Max value from RGB is 97 - color contains mainly: green. Hex color #53614E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53614E is #AC9EB1. Grayscale: #5A5A5A. Windows color (decimal): -11312818 or 5136723. OLE color: 5136723.
HSL color Cylindrical-coordinate representation of color #53614E: hue angle of 104.21º degrees, saturation: 0.11, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #53614E is Cyan = 0.14, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 83 | 97 | 78 | - |
| CMYK | 0.14 | 0 | 0.20 | 0.62 |
| HSL | 104.21º | 0.11% | 0.34% | - |
| HSV(B) | 104.21º | 0.2% | 0.38% | - |
| XYZ | 9.22 | 10.94 | 8.83 | - |
| YUV | 90.65 | 120.86 | 122.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 97 | 78 | 0.14 | 0 | 0.20 | 0.62 | 104.21 | 0.11 | 0.34 |
| Hex | 53 | 61 | 4E | E | 0 | 14 | 3E | 68 | B | 22 |
| Octal | 123 | 141 | 116 | 16 | 0 | 24 | 76 | 150 | 13 | 42 |
| Binary | 1010011 | 1100001 | 1001110 | 1110 | 0 | 10100 | 111110 | 1101000 | 1011 | 100010 |
Color Harmonies of #53614E
Complementary color
Monochromatic Colors of #53614E
Black with #53614E
Text Example
Text Example
White with #53614E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53614E; }
p { color: rgb(83,97,78); }
H1.HeaderClassName
{
color: #53614E;
}
.AnyTagClassName
{
color: #53614E;
}
</style>
background-color css
<style>
a { background-color: #53614E; }
a { background-color: rgb(83,97,78); }
div.DivClassName
{
background-color: #53614E;
}
.BgClassName
{
background-color: #53614E;
}
</style>
border-color css
<style>
span { border-color: #53614E; }
span { border-color: rgb(83,97,78); }
td.TdClassName
{
border-color: #53614E;
}
.TagClassName
{
border-color: #53614E;
}
</style>