Shades of Tom Thumb #526448
Tints of Tom Thumb #526448
RGB
CMYK
RGB Variations
Color information
#526448 (or 0x526448) is known color: Tom Thumb. HEX triplet: 52, 64 and 48. RGB value is (82,100,72). Sum of RGB (Red+Green+Blue) = 82+100+72=254 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.28% from 254); Green value is 100 (39.45% from 255 or 39.37% from 254); Blue value is 72 (28.52% from 255 or 28.35% from 254); Max value from RGB is 100 - color contains mainly: green. Hex color #526448 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526448 is #AD9BB7. Grayscale: #5B5B5B. Windows color (decimal): -11377592 or 4744274. OLE color: 4744274.
HSL color Cylindrical-coordinate representation of color #526448: hue angle of 98.57º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #526448 is Cyan = 0.18, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 82 | 100 | 72 | - |
| CMYK | 0.18 | 0 | 0.28 | 0.61 |
| HSL | 98.57º | 0.16% | 0.34% | - |
| HSV(B) | 98.57º | 0.28% | 0.39% | - |
| XYZ | 9.21 | 11.38 | 7.84 | - |
| YUV | 91.43 | 117.04 | 121.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 100 | 72 | 0.18 | 0 | 0.28 | 0.61 | 98.57 | 0.16 | 0.34 |
| Hex | 52 | 64 | 48 | 12 | 0 | 1C | 3D | 63 | 10 | 22 |
| Octal | 122 | 144 | 110 | 22 | 0 | 34 | 75 | 143 | 20 | 42 |
| Binary | 1010010 | 1100100 | 1001000 | 10010 | 0 | 11100 | 111101 | 1100011 | 10000 | 100010 |
Color Harmonies of #526448
Complementary color
Monochromatic Colors of #526448
Black with #526448
Text Example
Text Example
White with #526448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526448; }
p { color: rgb(82,100,72); }
H1.HeaderClassName
{
color: #526448;
}
.AnyTagClassName
{
color: #526448;
}
</style>
background-color css
<style>
a { background-color: #526448; }
a { background-color: rgb(82,100,72); }
div.DivClassName
{
background-color: #526448;
}
.BgClassName
{
background-color: #526448;
}
</style>
border-color css
<style>
span { border-color: #526448; }
span { border-color: rgb(82,100,72); }
td.TdClassName
{
border-color: #526448;
}
.TagClassName
{
border-color: #526448;
}
</style>