Shades of Tom Thumb #54624F
Tints of Tom Thumb #54624F
RGB
CMYK
RGB Variations
Color information
#54624F (or 0x54624F) is known color: Tom Thumb. HEX triplet: 54, 62 and 4F. RGB value is (84,98,79). Sum of RGB (Red+Green+Blue) = 84+98+79=261 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.18% from 261); Green value is 98 (38.67% from 255 or 37.55% from 261); Blue value is 79 (31.25% from 255 or 30.27% from 261); Max value from RGB is 98 - color contains mainly: green. Hex color #54624F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54624F is #AB9DB0. Grayscale: #5B5B5B. Windows color (decimal): -11247025 or 5202516. OLE color: 5202516.
HSL color Cylindrical-coordinate representation of color #54624F: hue angle of 104.21º degrees, saturation: 0.11, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #54624F is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 84 | 98 | 79 | - |
| CMYK | 0.14 | 0 | 0.19 | 0.62 |
| HSL | 104.21º | 0.11% | 0.35% | - |
| HSV(B) | 104.21º | 0.19% | 0.38% | - |
| XYZ | 9.44 | 11.18 | 9.06 | - |
| YUV | 91.65 | 120.86 | 122.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 98 | 79 | 0.14 | 0 | 0.19 | 0.62 | 104.21 | 0.11 | 0.35 |
| Hex | 54 | 62 | 4F | E | 0 | 13 | 3E | 68 | B | 23 |
| Octal | 124 | 142 | 117 | 16 | 0 | 23 | 76 | 150 | 13 | 43 |
| Binary | 1010100 | 1100010 | 1001111 | 1110 | 0 | 10011 | 111110 | 1101000 | 1011 | 100011 |
Color Harmonies of #54624F
Complementary color
Monochromatic Colors of #54624F
Black with #54624F
Text Example
Text Example
White with #54624F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54624F; }
p { color: rgb(84,98,79); }
H1.HeaderClassName
{
color: #54624F;
}
.AnyTagClassName
{
color: #54624F;
}
</style>
background-color css
<style>
a { background-color: #54624F; }
a { background-color: rgb(84,98,79); }
div.DivClassName
{
background-color: #54624F;
}
.BgClassName
{
background-color: #54624F;
}
</style>
border-color css
<style>
span { border-color: #54624F; }
span { border-color: rgb(84,98,79); }
td.TdClassName
{
border-color: #54624F;
}
.TagClassName
{
border-color: #54624F;
}
</style>