Shades of Tom Thumb #526A45
Tints of Tom Thumb #526A45
RGB
CMYK
RGB Variations
Color information
#526A45 (or 0x526A45) is known color: Tom Thumb. HEX triplet: 52, 6A and 45. RGB value is (82,106,69). Sum of RGB (Red+Green+Blue) = 82+106+69=257 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.91% from 257); Green value is 106 (41.80% from 255 or 41.25% from 257); Blue value is 69 (27.34% from 255 or 26.85% from 257); Max value from RGB is 106 - color contains mainly: green. Hex color #526A45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526A45 is #AD95BA. Grayscale: #5E5E5E. Windows color (decimal): -11376059 or 4549202. OLE color: 4549202.
HSL color Cylindrical-coordinate representation of color #526A45: hue angle of 98.92º degrees, saturation: 0.21, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #526A45 is Cyan = 0.23, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 82 | 106 | 69 | - |
| CMYK | 0.23 | 0 | 0.35 | 0.58 |
| HSL | 98.92º | 0.21% | 0.34% | - |
| HSV(B) | 98.92º | 0.35% | 0.42% | - |
| XYZ | 9.71 | 12.53 | 7.54 | - |
| YUV | 94.61 | 113.55 | 119.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 106 | 69 | 0.23 | 0 | 0.35 | 0.58 | 98.92 | 0.21 | 0.34 |
| Hex | 52 | 6A | 45 | 17 | 0 | 23 | 3A | 63 | 15 | 22 |
| Octal | 122 | 152 | 105 | 27 | 0 | 43 | 72 | 143 | 25 | 42 |
| Binary | 1010010 | 1101010 | 1000101 | 10111 | 0 | 100011 | 111010 | 1100011 | 10101 | 100010 |
Color Harmonies of #526A45
Complementary color
Monochromatic Colors of #526A45
Black with #526A45
Text Example
Text Example
White with #526A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526A45; }
p { color: rgb(82,106,69); }
H1.HeaderClassName
{
color: #526A45;
}
.AnyTagClassName
{
color: #526A45;
}
</style>
background-color css
<style>
a { background-color: #526A45; }
a { background-color: rgb(82,106,69); }
div.DivClassName
{
background-color: #526A45;
}
.BgClassName
{
background-color: #526A45;
}
</style>
border-color css
<style>
span { border-color: #526A45; }
span { border-color: rgb(82,106,69); }
td.TdClassName
{
border-color: #526A45;
}
.TagClassName
{
border-color: #526A45;
}
</style>