Shades of Tom Thumb #526E45
Tints of Tom Thumb #526E45
RGB
CMYK
RGB Variations
Color information
#526E45 (or 0x526E45) is known color: Tom Thumb. HEX triplet: 52, 6E and 45. RGB value is (82,110,69). Sum of RGB (Red+Green+Blue) = 82+110+69=261 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.42% from 261); Green value is 110 (43.36% from 255 or 42.15% from 261); Blue value is 69 (27.34% from 255 or 26.44% from 261); Max value from RGB is 110 - color contains mainly: green. Hex color #526E45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526E45 is #AD91BA. Grayscale: #616161. Windows color (decimal): -11375035 or 4550226. OLE color: 4550226.
HSL color Cylindrical-coordinate representation of color #526E45: hue angle of 100.98º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #526E45 is Cyan = 0.25, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 82 | 110 | 69 | - |
| CMYK | 0.25 | 0 | 0.37 | 0.57 |
| HSL | 100.98º | 0.23% | 0.35% | - |
| HSV(B) | 100.98º | 0.37% | 0.43% | - |
| XYZ | 10.13 | 13.38 | 7.68 | - |
| YUV | 96.95 | 112.22 | 117.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 110 | 69 | 0.25 | 0 | 0.37 | 0.57 | 100.98 | 0.23 | 0.35 |
| Hex | 52 | 6E | 45 | 19 | 0 | 25 | 39 | 65 | 17 | 23 |
| Octal | 122 | 156 | 105 | 31 | 0 | 45 | 71 | 145 | 27 | 43 |
| Binary | 1010010 | 1101110 | 1000101 | 11001 | 0 | 100101 | 111001 | 1100101 | 10111 | 100011 |
Color Harmonies of #526E45
Complementary color
Monochromatic Colors of #526E45
Black with #526E45
Text Example
Text Example
White with #526E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526E45; }
p { color: rgb(82,110,69); }
H1.HeaderClassName
{
color: #526E45;
}
.AnyTagClassName
{
color: #526E45;
}
</style>
background-color css
<style>
a { background-color: #526E45; }
a { background-color: rgb(82,110,69); }
div.DivClassName
{
background-color: #526E45;
}
.BgClassName
{
background-color: #526E45;
}
</style>
border-color css
<style>
span { border-color: #526E45; }
span { border-color: rgb(82,110,69); }
td.TdClassName
{
border-color: #526E45;
}
.TagClassName
{
border-color: #526E45;
}
</style>