Shades of Tom Thumb #52614E
Tints of Tom Thumb #52614E
RGB
CMYK
RGB Variations
Color information
#52614E (or 0x52614E) is known color: Tom Thumb. HEX triplet: 52, 61 and 4E. RGB value is (82,97,78). Sum of RGB (Red+Green+Blue) = 82+97+78=257 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.91% from 257); Green value is 97 (38.28% from 255 or 37.74% from 257); Blue value is 78 (30.86% from 255 or 30.35% from 257); Max value from RGB is 97 - color contains mainly: green. Hex color #52614E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52614E is #AD9EB1. Grayscale: #5A5A5A. Windows color (decimal): -11378354 or 5136722. OLE color: 5136722.
HSL color Cylindrical-coordinate representation of color #52614E: hue angle of 107.37º 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 #52614E is Cyan = 0.15, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 82 | 97 | 78 | - |
| CMYK | 0.15 | 0 | 0.20 | 0.62 |
| HSL | 107.37º | 0.11% | 0.34% | - |
| HSV(B) | 107.37º | 0.2% | 0.38% | - |
| XYZ | 9.13 | 10.89 | 8.83 | - |
| YUV | 90.35 | 121.03 | 122.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 97 | 78 | 0.15 | 0 | 0.20 | 0.62 | 107.37 | 0.11 | 0.34 |
| Hex | 52 | 61 | 4E | F | 0 | 14 | 3E | 6B | B | 22 |
| Octal | 122 | 141 | 116 | 17 | 0 | 24 | 76 | 153 | 13 | 42 |
| Binary | 1010010 | 1100001 | 1001110 | 1111 | 0 | 10100 | 111110 | 1101011 | 1011 | 100010 |
Color Harmonies of #52614E
Complementary color
Monochromatic Colors of #52614E
Black with #52614E
Text Example
Text Example
White with #52614E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52614E; }
p { color: rgb(82,97,78); }
H1.HeaderClassName
{
color: #52614E;
}
.AnyTagClassName
{
color: #52614E;
}
</style>
background-color css
<style>
a { background-color: #52614E; }
a { background-color: rgb(82,97,78); }
div.DivClassName
{
background-color: #52614E;
}
.BgClassName
{
background-color: #52614E;
}
</style>
border-color css
<style>
span { border-color: #52614E; }
span { border-color: rgb(82,97,78); }
td.TdClassName
{
border-color: #52614E;
}
.TagClassName
{
border-color: #52614E;
}
</style>