Shades of Tom Thumb #54614E
Tints of Tom Thumb #54614E
RGB
CMYK
RGB Variations
Color information
#54614E (or 0x54614E) is known color: Tom Thumb. HEX triplet: 54, 61 and 4E. RGB value is (84,97,78). Sum of RGB (Red+Green+Blue) = 84+97+78=259 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.43% from 259); Green value is 97 (38.28% from 255 or 37.45% from 259); Blue value is 78 (30.86% from 255 or 30.12% from 259); Max value from RGB is 97 - color contains mainly: green. Hex color #54614E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54614E is #AB9EB1. Grayscale: #5B5B5B. Windows color (decimal): -11247282 or 5136724. OLE color: 5136724.
HSL color Cylindrical-coordinate representation of color #54614E: hue angle of 101.05º 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 #54614E is Cyan = 0.13, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 84 | 97 | 78 | - |
| CMYK | 0.13 | 0 | 0.20 | 0.62 |
| HSL | 101.05º | 0.11% | 0.34% | - |
| HSV(B) | 101.05º | 0.2% | 0.38% | - |
| XYZ | 9.31 | 10.98 | 8.84 | - |
| YUV | 90.95 | 120.69 | 123.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 97 | 78 | 0.13 | 0 | 0.20 | 0.62 | 101.05 | 0.11 | 0.34 |
| Hex | 54 | 61 | 4E | D | 0 | 14 | 3E | 65 | B | 22 |
| Octal | 124 | 141 | 116 | 15 | 0 | 24 | 76 | 145 | 13 | 42 |
| Binary | 1010100 | 1100001 | 1001110 | 1101 | 0 | 10100 | 111110 | 1100101 | 1011 | 100010 |
Color Harmonies of #54614E
Complementary color
Monochromatic Colors of #54614E
Black with #54614E
Text Example
Text Example
White with #54614E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54614E; }
p { color: rgb(84,97,78); }
H1.HeaderClassName
{
color: #54614E;
}
.AnyTagClassName
{
color: #54614E;
}
</style>
background-color css
<style>
a { background-color: #54614E; }
a { background-color: rgb(84,97,78); }
div.DivClassName
{
background-color: #54614E;
}
.BgClassName
{
background-color: #54614E;
}
</style>
border-color css
<style>
span { border-color: #54614E; }
span { border-color: rgb(84,97,78); }
td.TdClassName
{
border-color: #54614E;
}
.TagClassName
{
border-color: #54614E;
}
</style>