Shades of Tom Thumb #546F47
Tints of Tom Thumb #546F47
RGB
CMYK
RGB Variations
Color information
#546F47 (or 0x546F47) is known color: Tom Thumb. HEX triplet: 54, 6F and 47. RGB value is (84,111,71). Sum of RGB (Red+Green+Blue) = 84+111+71=266 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.58% from 266); Green value is 111 (43.75% from 255 or 41.73% from 266); Blue value is 71 (28.12% from 255 or 26.69% from 266); Max value from RGB is 111 - color contains mainly: green. Hex color #546F47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #546F47 is #AB90B8. Grayscale: #626262. Windows color (decimal): -11243705 or 4681556. OLE color: 4681556.
HSL color Cylindrical-coordinate representation of color #546F47: hue angle of 100.5º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #546F47 is Cyan = 0.24, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 84 | 111 | 71 | - |
| CMYK | 0.24 | 0 | 0.36 | 0.56 |
| HSL | 100.5º | 0.22% | 0.36% | - |
| HSV(B) | 100.5º | 0.36% | 0.44% | - |
| XYZ | 10.48 | 13.71 | 8.06 | - |
| YUV | 98.37 | 112.55 | 117.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 111 | 71 | 0.24 | 0 | 0.36 | 0.56 | 100.5 | 0.22 | 0.36 |
| Hex | 54 | 6F | 47 | 18 | 0 | 24 | 38 | 64 | 16 | 24 |
| Octal | 124 | 157 | 107 | 30 | 0 | 44 | 70 | 144 | 26 | 44 |
| Binary | 1010100 | 1101111 | 1000111 | 11000 | 0 | 100100 | 111000 | 1100100 | 10110 | 100100 |
Color Harmonies of #546F47
Complementary color
Monochromatic Colors of #546F47
Black with #546F47
Text Example
Text Example
White with #546F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546F47; }
p { color: rgb(84,111,71); }
H1.HeaderClassName
{
color: #546F47;
}
.AnyTagClassName
{
color: #546F47;
}
</style>
background-color css
<style>
a { background-color: #546F47; }
a { background-color: rgb(84,111,71); }
div.DivClassName
{
background-color: #546F47;
}
.BgClassName
{
background-color: #546F47;
}
</style>
border-color css
<style>
span { border-color: #546F47; }
span { border-color: rgb(84,111,71); }
td.TdClassName
{
border-color: #546F47;
}
.TagClassName
{
border-color: #546F47;
}
</style>