Shades of Tom Thumb #546D48
Tints of Tom Thumb #546D48
RGB
CMYK
RGB Variations
Color information
#546D48 (or 0x546D48) is known color: Tom Thumb. HEX triplet: 54, 6D and 48. RGB value is (84,109,72). Sum of RGB (Red+Green+Blue) = 84+109+72=265 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.70% from 265); Green value is 109 (42.97% from 255 or 41.13% from 265); Blue value is 72 (28.52% from 255 or 27.17% from 265); Max value from RGB is 109 - color contains mainly: green. Hex color #546D48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #546D48 is #AB92B7. Grayscale: #616161. Windows color (decimal): -11244216 or 4746580. OLE color: 4746580.
HSL color Cylindrical-coordinate representation of color #546D48: hue angle of 100.54º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #546D48 is Cyan = 0.23, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 84 | 109 | 72 | - |
| CMYK | 0.23 | 0 | 0.34 | 0.57 |
| HSL | 100.54º | 0.2% | 0.35% | - |
| HSV(B) | 100.54º | 0.34% | 0.43% | - |
| XYZ | 10.29 | 13.29 | 8.15 | - |
| YUV | 97.31 | 113.72 | 118.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 109 | 72 | 0.23 | 0 | 0.34 | 0.57 | 100.54 | 0.2 | 0.35 |
| Hex | 54 | 6D | 48 | 17 | 0 | 22 | 39 | 65 | 14 | 23 |
| Octal | 124 | 155 | 110 | 27 | 0 | 42 | 71 | 145 | 24 | 43 |
| Binary | 1010100 | 1101101 | 1001000 | 10111 | 0 | 100010 | 111001 | 1100101 | 10100 | 100011 |
Color Harmonies of #546D48
Complementary color
Monochromatic Colors of #546D48
Black with #546D48
Text Example
Text Example
White with #546D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546D48; }
p { color: rgb(84,109,72); }
H1.HeaderClassName
{
color: #546D48;
}
.AnyTagClassName
{
color: #546D48;
}
</style>
background-color css
<style>
a { background-color: #546D48; }
a { background-color: rgb(84,109,72); }
div.DivClassName
{
background-color: #546D48;
}
.BgClassName
{
background-color: #546D48;
}
</style>
border-color css
<style>
span { border-color: #546D48; }
span { border-color: rgb(84,109,72); }
td.TdClassName
{
border-color: #546D48;
}
.TagClassName
{
border-color: #546D48;
}
</style>