Shades of Tom Thumb #546550
Tints of Tom Thumb #546550
RGB
CMYK
RGB Variations
Color information
#546550 (or 0x546550) is known color: Tom Thumb. HEX triplet: 54, 65 and 50. RGB value is (84,101,80). Sum of RGB (Red+Green+Blue) = 84+101+80=265 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.70% from 265); Green value is 101 (39.84% from 255 or 38.11% from 265); Blue value is 80 (31.64% from 255 or 30.19% from 265); Max value from RGB is 101 - color contains mainly: green. Hex color #546550 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546550 is #AB9AAF. Grayscale: #5D5D5D. Windows color (decimal): -11246256 or 5268820. OLE color: 5268820.
HSL color Cylindrical-coordinate representation of color #546550: hue angle of 108.57º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #546550 is Cyan = 0.17, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 84 | 101 | 80 | - |
| CMYK | 0.17 | 0 | 0.21 | 0.60 |
| HSL | 108.57º | 0.12% | 0.35% | - |
| HSV(B) | 108.57º | 0.21% | 0.4% | - |
| XYZ | 9.76 | 11.77 | 9.35 | - |
| YUV | 93.52 | 120.37 | 121.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 101 | 80 | 0.17 | 0 | 0.21 | 0.60 | 108.57 | 0.12 | 0.35 |
| Hex | 54 | 65 | 50 | 11 | 0 | 15 | 3C | 6D | C | 23 |
| Octal | 124 | 145 | 120 | 21 | 0 | 25 | 74 | 155 | 14 | 43 |
| Binary | 1010100 | 1100101 | 1010000 | 10001 | 0 | 10101 | 111100 | 1101101 | 1100 | 100011 |
Color Harmonies of #546550
Complementary color
Monochromatic Colors of #546550
Black with #546550
Text Example
Text Example
White with #546550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546550; }
p { color: rgb(84,101,80); }
H1.HeaderClassName
{
color: #546550;
}
.AnyTagClassName
{
color: #546550;
}
</style>
background-color css
<style>
a { background-color: #546550; }
a { background-color: rgb(84,101,80); }
div.DivClassName
{
background-color: #546550;
}
.BgClassName
{
background-color: #546550;
}
</style>
border-color css
<style>
span { border-color: #546550; }
span { border-color: rgb(84,101,80); }
td.TdClassName
{
border-color: #546550;
}
.TagClassName
{
border-color: #546550;
}
</style>