Shades of Tom Thumb #52624B
Tints of Tom Thumb #52624B
RGB
CMYK
RGB Variations
Color information
#52624B (or 0x52624B) is known color: Tom Thumb. HEX triplet: 52, 62 and 4B. RGB value is (82,98,75). Sum of RGB (Red+Green+Blue) = 82+98+75=255 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.16% from 255); Green value is 98 (38.67% from 255 or 38.43% from 255); Blue value is 75 (29.69% from 255 or 29.41% from 255); Max value from RGB is 98 - color contains mainly: green. Hex color #52624B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52624B is #AD9DB4. Grayscale: #5A5A5A. Windows color (decimal): -11378101 or 4940370. OLE color: 4940370.
HSL color Cylindrical-coordinate representation of color #52624B: hue angle of 101.74º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #52624B is Cyan = 0.16, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 82 | 98 | 75 | - |
| CMYK | 0.16 | 0 | 0.23 | 0.62 |
| HSL | 101.74º | 0.13% | 0.34% | - |
| HSV(B) | 101.74º | 0.23% | 0.38% | - |
| XYZ | 9.12 | 11.04 | 8.31 | - |
| YUV | 90.59 | 119.2 | 121.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 98 | 75 | 0.16 | 0 | 0.23 | 0.62 | 101.74 | 0.13 | 0.34 |
| Hex | 52 | 62 | 4B | 10 | 0 | 17 | 3E | 66 | D | 22 |
| Octal | 122 | 142 | 113 | 20 | 0 | 27 | 76 | 146 | 15 | 42 |
| Binary | 1010010 | 1100010 | 1001011 | 10000 | 0 | 10111 | 111110 | 1100110 | 1101 | 100010 |
Color Harmonies of #52624B
Complementary color
Monochromatic Colors of #52624B
Black with #52624B
Text Example
Text Example
White with #52624B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52624B; }
p { color: rgb(82,98,75); }
H1.HeaderClassName
{
color: #52624B;
}
.AnyTagClassName
{
color: #52624B;
}
</style>
background-color css
<style>
a { background-color: #52624B; }
a { background-color: rgb(82,98,75); }
div.DivClassName
{
background-color: #52624B;
}
.BgClassName
{
background-color: #52624B;
}
</style>
border-color css
<style>
span { border-color: #52624B; }
span { border-color: rgb(82,98,75); }
td.TdClassName
{
border-color: #52624B;
}
.TagClassName
{
border-color: #52624B;
}
</style>