Shades of Tom Thumb #526B49
Tints of Tom Thumb #526B49
RGB
CMYK
RGB Variations
Color information
#526B49 (or 0x526B49) is known color: Tom Thumb. HEX triplet: 52, 6B and 49. RGB value is (82,107,73). Sum of RGB (Red+Green+Blue) = 82+107+73=262 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.30% from 262); Green value is 107 (42.19% from 255 or 40.84% from 262); Blue value is 73 (28.91% from 255 or 27.86% from 262); Max value from RGB is 107 - color contains mainly: green. Hex color #526B49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526B49 is #AD94B6. Grayscale: #5F5F5F. Windows color (decimal): -11375799 or 4811602. OLE color: 4811602.
HSL color Cylindrical-coordinate representation of color #526B49: hue angle of 104.12º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #526B49 is Cyan = 0.23, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 82 | 107 | 73 | - |
| CMYK | 0.23 | 0 | 0.32 | 0.58 |
| HSL | 104.12º | 0.19% | 0.35% | - |
| HSV(B) | 104.12º | 0.32% | 0.42% | - |
| XYZ | 9.94 | 12.79 | 8.25 | - |
| YUV | 95.65 | 115.22 | 118.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 107 | 73 | 0.23 | 0 | 0.32 | 0.58 | 104.12 | 0.19 | 0.35 |
| Hex | 52 | 6B | 49 | 17 | 0 | 20 | 3A | 68 | 13 | 23 |
| Octal | 122 | 153 | 111 | 27 | 0 | 40 | 72 | 150 | 23 | 43 |
| Binary | 1010010 | 1101011 | 1001001 | 10111 | 0 | 100000 | 111010 | 1101000 | 10011 | 100011 |
Color Harmonies of #526B49
Complementary color
Monochromatic Colors of #526B49
Black with #526B49
Text Example
Text Example
White with #526B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526B49; }
p { color: rgb(82,107,73); }
H1.HeaderClassName
{
color: #526B49;
}
.AnyTagClassName
{
color: #526B49;
}
</style>
background-color css
<style>
a { background-color: #526B49; }
a { background-color: rgb(82,107,73); }
div.DivClassName
{
background-color: #526B49;
}
.BgClassName
{
background-color: #526B49;
}
</style>
border-color css
<style>
span { border-color: #526B49; }
span { border-color: rgb(82,107,73); }
td.TdClassName
{
border-color: #526B49;
}
.TagClassName
{
border-color: #526B49;
}
</style>