Shades of Tom Thumb #54604E
Tints of Tom Thumb #54604E
RGB
CMYK
RGB Variations
Color information
#54604E (or 0x54604E) is known color: Tom Thumb. HEX triplet: 54, 60 and 4E. RGB value is (84,96,78). Sum of RGB (Red+Green+Blue) = 84+96+78=258 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.56% from 258); Green value is 96 (37.89% from 255 or 37.21% from 258); Blue value is 78 (30.86% from 255 or 30.23% from 258); Max value from RGB is 96 - color contains mainly: green. Hex color #54604E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54604E is #AB9FB1. Grayscale: #5A5A5A. Windows color (decimal): -11247538 or 5136468. OLE color: 5136468.
HSL color Cylindrical-coordinate representation of color #54604E: hue angle of 100º degrees, saturation: 0.1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #54604E is Cyan = 0.12, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 84 | 96 | 78 | - |
| CMYK | 0.12 | 0 | 0.19 | 0.62 |
| HSL | 100º | 0.1% | 0.34% | - |
| HSV(B) | 100º | 0.19% | 0.38% | - |
| XYZ | 9.21 | 10.8 | 8.81 | - |
| YUV | 90.36 | 121.02 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 96 | 78 | 0.12 | 0 | 0.19 | 0.62 | 100 | 0.1 | 0.34 |
| Hex | 54 | 60 | 4E | C | 0 | 13 | 3E | 64 | A | 22 |
| Octal | 124 | 140 | 116 | 14 | 0 | 23 | 76 | 144 | 12 | 42 |
| Binary | 1010100 | 1100000 | 1001110 | 1100 | 0 | 10011 | 111110 | 1100100 | 1010 | 100010 |
Color Harmonies of #54604E
Complementary color
Monochromatic Colors of #54604E
Black with #54604E
Text Example
Text Example
White with #54604E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54604E; }
p { color: rgb(84,96,78); }
H1.HeaderClassName
{
color: #54604E;
}
.AnyTagClassName
{
color: #54604E;
}
</style>
background-color css
<style>
a { background-color: #54604E; }
a { background-color: rgb(84,96,78); }
div.DivClassName
{
background-color: #54604E;
}
.BgClassName
{
background-color: #54604E;
}
</style>
border-color css
<style>
span { border-color: #54604E; }
span { border-color: rgb(84,96,78); }
td.TdClassName
{
border-color: #54604E;
}
.TagClassName
{
border-color: #54604E;
}
</style>