Shades of Tom Thumb #54644C
Tints of Tom Thumb #54644C
RGB
CMYK
RGB Variations
Color information
#54644C (or 0x54644C) is known color: Tom Thumb. HEX triplet: 54, 64 and 4C. RGB value is (84,100,76). Sum of RGB (Red+Green+Blue) = 84+100+76=260 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.31% from 260); Green value is 100 (39.45% from 255 or 38.46% from 260); Blue value is 76 (30.08% from 255 or 29.23% from 260); Max value from RGB is 100 - color contains mainly: green. Hex color #54644C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54644C is #AB9BB3. Grayscale: #5C5C5C. Windows color (decimal): -11246516 or 5006420. OLE color: 5006420.
HSL color Cylindrical-coordinate representation of color #54644C: hue angle of 100º degrees, saturation: 0.14, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #54644C is Cyan = 0.16, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 84 | 100 | 76 | - |
| CMYK | 0.16 | 0 | 0.24 | 0.61 |
| HSL | 100º | 0.14% | 0.35% | - |
| HSV(B) | 100º | 0.24% | 0.39% | - |
| XYZ | 9.52 | 11.52 | 8.56 | - |
| YUV | 92.48 | 118.7 | 121.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 100 | 76 | 0.16 | 0 | 0.24 | 0.61 | 100 | 0.14 | 0.35 |
| Hex | 54 | 64 | 4C | 10 | 0 | 18 | 3D | 64 | E | 23 |
| Octal | 124 | 144 | 114 | 20 | 0 | 30 | 75 | 144 | 16 | 43 |
| Binary | 1010100 | 1100100 | 1001100 | 10000 | 0 | 11000 | 111101 | 1100100 | 1110 | 100011 |
Color Harmonies of #54644C
Complementary color
Monochromatic Colors of #54644C
Black with #54644C
Text Example
Text Example
White with #54644C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54644C; }
p { color: rgb(84,100,76); }
H1.HeaderClassName
{
color: #54644C;
}
.AnyTagClassName
{
color: #54644C;
}
</style>
background-color css
<style>
a { background-color: #54644C; }
a { background-color: rgb(84,100,76); }
div.DivClassName
{
background-color: #54644C;
}
.BgClassName
{
background-color: #54644C;
}
</style>
border-color css
<style>
span { border-color: #54644C; }
span { border-color: rgb(84,100,76); }
td.TdClassName
{
border-color: #54644C;
}
.TagClassName
{
border-color: #54644C;
}
</style>