Shades of Tom Thumb #526C46
Tints of Tom Thumb #526C46
RGB
CMYK
RGB Variations
Color information
#526C46 (or 0x526C46) is known color: Tom Thumb. HEX triplet: 52, 6C and 46. RGB value is (82,108,70). Sum of RGB (Red+Green+Blue) = 82+108+70=260 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.54% from 260); Green value is 108 (42.58% from 255 or 41.54% from 260); Blue value is 70 (27.73% from 255 or 26.92% from 260); Max value from RGB is 108 - color contains mainly: green. Hex color #526C46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526C46 is #AD93B9. Grayscale: #606060. Windows color (decimal): -11375546 or 4615250. OLE color: 4615250.
HSL color Cylindrical-coordinate representation of color #526C46: hue angle of 101.05º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #526C46 is Cyan = 0.24, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 82 | 108 | 70 | - |
| CMYK | 0.24 | 0 | 0.35 | 0.58 |
| HSL | 101.05º | 0.21% | 0.35% | - |
| HSV(B) | 101.05º | 0.35% | 0.42% | - |
| XYZ | 9.95 | 12.96 | 7.77 | - |
| YUV | 95.89 | 113.39 | 118.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 108 | 70 | 0.24 | 0 | 0.35 | 0.58 | 101.05 | 0.21 | 0.35 |
| Hex | 52 | 6C | 46 | 18 | 0 | 23 | 3A | 65 | 15 | 23 |
| Octal | 122 | 154 | 106 | 30 | 0 | 43 | 72 | 145 | 25 | 43 |
| Binary | 1010010 | 1101100 | 1000110 | 11000 | 0 | 100011 | 111010 | 1100101 | 10101 | 100011 |
Color Harmonies of #526C46
Complementary color
Monochromatic Colors of #526C46
Black with #526C46
Text Example
Text Example
White with #526C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526C46; }
p { color: rgb(82,108,70); }
H1.HeaderClassName
{
color: #526C46;
}
.AnyTagClassName
{
color: #526C46;
}
</style>
background-color css
<style>
a { background-color: #526C46; }
a { background-color: rgb(82,108,70); }
div.DivClassName
{
background-color: #526C46;
}
.BgClassName
{
background-color: #526C46;
}
</style>
border-color css
<style>
span { border-color: #526C46; }
span { border-color: rgb(82,108,70); }
td.TdClassName
{
border-color: #526C46;
}
.TagClassName
{
border-color: #526C46;
}
</style>