Shades of Tom Thumb #52614B
Tints of Tom Thumb #52614B
RGB
CMYK
RGB Variations
Color information
#52614B (or 0x52614B) is known color: Tom Thumb. HEX triplet: 52, 61 and 4B. RGB value is (82,97,75). Sum of RGB (Red+Green+Blue) = 82+97+75=254 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.28% from 254); Green value is 97 (38.28% from 255 or 38.19% from 254); Blue value is 75 (29.69% from 255 or 29.53% from 254); Max value from RGB is 97 - color contains mainly: green. Hex color #52614B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52614B is #AD9EB4. Grayscale: #5A5A5A. Windows color (decimal): -11378357 or 4940114. OLE color: 4940114.
HSL color Cylindrical-coordinate representation of color #52614B: hue angle of 100.91º 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 #52614B is Cyan = 0.15, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 82 | 97 | 75 | - |
| CMYK | 0.15 | 0 | 0.23 | 0.62 |
| HSL | 100.91º | 0.13% | 0.34% | - |
| HSV(B) | 100.91º | 0.23% | 0.38% | - |
| XYZ | 9.02 | 10.85 | 8.28 | - |
| YUV | 90.01 | 119.53 | 122.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 97 | 75 | 0.15 | 0 | 0.23 | 0.62 | 100.91 | 0.13 | 0.34 |
| Hex | 52 | 61 | 4B | F | 0 | 17 | 3E | 65 | D | 22 |
| Octal | 122 | 141 | 113 | 17 | 0 | 27 | 76 | 145 | 15 | 42 |
| Binary | 1010010 | 1100001 | 1001011 | 1111 | 0 | 10111 | 111110 | 1100101 | 1101 | 100010 |
Color Harmonies of #52614B
Complementary color
Monochromatic Colors of #52614B
Black with #52614B
Text Example
Text Example
White with #52614B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52614B; }
p { color: rgb(82,97,75); }
H1.HeaderClassName
{
color: #52614B;
}
.AnyTagClassName
{
color: #52614B;
}
</style>
background-color css
<style>
a { background-color: #52614B; }
a { background-color: rgb(82,97,75); }
div.DivClassName
{
background-color: #52614B;
}
.BgClassName
{
background-color: #52614B;
}
</style>
border-color css
<style>
span { border-color: #52614B; }
span { border-color: rgb(82,97,75); }
td.TdClassName
{
border-color: #52614B;
}
.TagClassName
{
border-color: #52614B;
}
</style>