Shades of Tom Thumb #52644F
Tints of Tom Thumb #52644F
RGB
CMYK
RGB Variations
Color information
#52644F (or 0x52644F) is known color: Tom Thumb. HEX triplet: 52, 64 and 4F. RGB value is (82,100,79). Sum of RGB (Red+Green+Blue) = 82+100+79=261 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.42% from 261); Green value is 100 (39.45% from 255 or 38.31% from 261); Blue value is 79 (31.25% from 255 or 30.27% from 261); Max value from RGB is 100 - color contains mainly: green. Hex color #52644F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52644F is #AD9BB0. Grayscale: #5C5C5C. Windows color (decimal): -11377585 or 5203026. OLE color: 5203026.
HSL color Cylindrical-coordinate representation of color #52644F: hue angle of 111.43º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #52644F is Cyan = 0.18, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 82 | 100 | 79 | - |
| CMYK | 0.18 | 0 | 0.21 | 0.61 |
| HSL | 111.43º | 0.12% | 0.35% | - |
| HSV(B) | 111.43º | 0.21% | 0.39% | - |
| XYZ | 9.45 | 11.47 | 9.11 | - |
| YUV | 92.22 | 120.54 | 120.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 100 | 79 | 0.18 | 0 | 0.21 | 0.61 | 111.43 | 0.12 | 0.35 |
| Hex | 52 | 64 | 4F | 12 | 0 | 15 | 3D | 6F | C | 23 |
| Octal | 122 | 144 | 117 | 22 | 0 | 25 | 75 | 157 | 14 | 43 |
| Binary | 1010010 | 1100100 | 1001111 | 10010 | 0 | 10101 | 111101 | 1101111 | 1100 | 100011 |
Color Harmonies of #52644F
Complementary color
Monochromatic Colors of #52644F
Black with #52644F
Text Example
Text Example
White with #52644F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52644F; }
p { color: rgb(82,100,79); }
H1.HeaderClassName
{
color: #52644F;
}
.AnyTagClassName
{
color: #52644F;
}
</style>
background-color css
<style>
a { background-color: #52644F; }
a { background-color: rgb(82,100,79); }
div.DivClassName
{
background-color: #52644F;
}
.BgClassName
{
background-color: #52644F;
}
</style>
border-color css
<style>
span { border-color: #52644F; }
span { border-color: rgb(82,100,79); }
td.TdClassName
{
border-color: #52644F;
}
.TagClassName
{
border-color: #52644F;
}
</style>