Shades of Tom Thumb #54624B
Tints of Tom Thumb #54624B
RGB
CMYK
RGB Variations
Color information
#54624B (or 0x54624B) is known color: Tom Thumb. HEX triplet: 54, 62 and 4B. RGB value is (84,98,75). Sum of RGB (Red+Green+Blue) = 84+98+75=257 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.68% from 257); Green value is 98 (38.67% from 255 or 38.13% from 257); Blue value is 75 (29.69% from 255 or 29.18% from 257); Max value from RGB is 98 - color contains mainly: green. Hex color #54624B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54624B is #AB9DB4. Grayscale: #5B5B5B. Windows color (decimal): -11247029 or 4940372. OLE color: 4940372.
HSL color Cylindrical-coordinate representation of color #54624B: hue angle of 96.52º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #54624B is Cyan = 0.14, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 84 | 98 | 75 | - |
| CMYK | 0.14 | 0 | 0.23 | 0.62 |
| HSL | 96.52º | 0.13% | 0.34% | - |
| HSV(B) | 96.52º | 0.23% | 0.38% | - |
| XYZ | 9.29 | 11.13 | 8.31 | - |
| YUV | 91.19 | 118.86 | 122.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 98 | 75 | 0.14 | 0 | 0.23 | 0.62 | 96.52 | 0.13 | 0.34 |
| Hex | 54 | 62 | 4B | E | 0 | 17 | 3E | 61 | D | 22 |
| Octal | 124 | 142 | 113 | 16 | 0 | 27 | 76 | 141 | 15 | 42 |
| Binary | 1010100 | 1100010 | 1001011 | 1110 | 0 | 10111 | 111110 | 1100001 | 1101 | 100010 |
Color Harmonies of #54624B
Complementary color
Monochromatic Colors of #54624B
Black with #54624B
Text Example
Text Example
White with #54624B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54624B; }
p { color: rgb(84,98,75); }
H1.HeaderClassName
{
color: #54624B;
}
.AnyTagClassName
{
color: #54624B;
}
</style>
background-color css
<style>
a { background-color: #54624B; }
a { background-color: rgb(84,98,75); }
div.DivClassName
{
background-color: #54624B;
}
.BgClassName
{
background-color: #54624B;
}
</style>
border-color css
<style>
span { border-color: #54624B; }
span { border-color: rgb(84,98,75); }
td.TdClassName
{
border-color: #54624B;
}
.TagClassName
{
border-color: #54624B;
}
</style>