Shades of Tom Thumb #54604D
Tints of Tom Thumb #54604D
RGB
CMYK
RGB Variations
Color information
#54604D (or 0x54604D) is known color: Tom Thumb. HEX triplet: 54, 60 and 4D. RGB value is (84,96,77). Sum of RGB (Red+Green+Blue) = 84+96+77=257 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.68% from 257); Green value is 96 (37.89% from 255 or 37.35% from 257); Blue value is 77 (30.47% from 255 or 29.96% from 257); Max value from RGB is 96 - color contains mainly: green. Hex color #54604D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54604D is #AB9FB2. Grayscale: #5A5A5A. Windows color (decimal): -11247539 or 5070932. OLE color: 5070932.
HSL color Cylindrical-coordinate representation of color #54604D: hue angle of 97.89º degrees, saturation: 0.11, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #54604D is Cyan = 0.12, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 84 | 96 | 77 | - |
| CMYK | 0.12 | 0 | 0.20 | 0.62 |
| HSL | 97.89º | 0.11% | 0.34% | - |
| HSV(B) | 97.89º | 0.2% | 0.38% | - |
| XYZ | 9.18 | 10.79 | 8.62 | - |
| YUV | 90.25 | 120.52 | 123.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 96 | 77 | 0.12 | 0 | 0.20 | 0.62 | 97.89 | 0.11 | 0.34 |
| Hex | 54 | 60 | 4D | C | 0 | 14 | 3E | 62 | B | 22 |
| Octal | 124 | 140 | 115 | 14 | 0 | 24 | 76 | 142 | 13 | 42 |
| Binary | 1010100 | 1100000 | 1001101 | 1100 | 0 | 10100 | 111110 | 1100010 | 1011 | 100010 |
Color Harmonies of #54604D
Complementary color
Monochromatic Colors of #54604D
Black with #54604D
Text Example
Text Example
White with #54604D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54604D; }
p { color: rgb(84,96,77); }
H1.HeaderClassName
{
color: #54604D;
}
.AnyTagClassName
{
color: #54604D;
}
</style>
background-color css
<style>
a { background-color: #54604D; }
a { background-color: rgb(84,96,77); }
div.DivClassName
{
background-color: #54604D;
}
.BgClassName
{
background-color: #54604D;
}
</style>
border-color css
<style>
span { border-color: #54604D; }
span { border-color: rgb(84,96,77); }
td.TdClassName
{
border-color: #54604D;
}
.TagClassName
{
border-color: #54604D;
}
</style>