Shades of Tom Thumb #54674B
Tints of Tom Thumb #54674B
RGB
CMYK
RGB Variations
Color information
#54674B (or 0x54674B) is known color: Tom Thumb. HEX triplet: 54, 67 and 4B. RGB value is (84,103,75). Sum of RGB (Red+Green+Blue) = 84+103+75=262 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.06% from 262); Green value is 103 (40.62% from 255 or 39.31% from 262); Blue value is 75 (29.69% from 255 or 28.63% from 262); Max value from RGB is 103 - color contains mainly: green. Hex color #54674B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54674B is #AB98B4. Grayscale: #5E5E5E. Windows color (decimal): -11245749 or 4941652. OLE color: 4941652.
HSL color Cylindrical-coordinate representation of color #54674B: hue angle of 100.71º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #54674B is Cyan = 0.18, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 84 | 103 | 75 | - |
| CMYK | 0.18 | 0 | 0.27 | 0.60 |
| HSL | 100.71º | 0.16% | 0.35% | - |
| HSV(B) | 100.71º | 0.27% | 0.4% | - |
| XYZ | 9.78 | 12.09 | 8.48 | - |
| YUV | 94.13 | 117.21 | 120.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 103 | 75 | 0.18 | 0 | 0.27 | 0.60 | 100.71 | 0.16 | 0.35 |
| Hex | 54 | 67 | 4B | 12 | 0 | 1B | 3C | 65 | 10 | 23 |
| Octal | 124 | 147 | 113 | 22 | 0 | 33 | 74 | 145 | 20 | 43 |
| Binary | 1010100 | 1100111 | 1001011 | 10010 | 0 | 11011 | 111100 | 1100101 | 10000 | 100011 |
Color Harmonies of #54674B
Complementary color
Monochromatic Colors of #54674B
Black with #54674B
Text Example
Text Example
White with #54674B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54674B; }
p { color: rgb(84,103,75); }
H1.HeaderClassName
{
color: #54674B;
}
.AnyTagClassName
{
color: #54674B;
}
</style>
background-color css
<style>
a { background-color: #54674B; }
a { background-color: rgb(84,103,75); }
div.DivClassName
{
background-color: #54674B;
}
.BgClassName
{
background-color: #54674B;
}
</style>
border-color css
<style>
span { border-color: #54674B; }
span { border-color: rgb(84,103,75); }
td.TdClassName
{
border-color: #54674B;
}
.TagClassName
{
border-color: #54674B;
}
</style>