Shades of Tom Thumb #54674A
Tints of Tom Thumb #54674A
RGB
CMYK
RGB Variations
Color information
#54674A (or 0x54674A) is known color: Tom Thumb. HEX triplet: 54, 67 and 4A. RGB value is (84,103,74). Sum of RGB (Red+Green+Blue) = 84+103+74=261 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.18% from 261); Green value is 103 (40.62% from 255 or 39.46% from 261); Blue value is 74 (29.30% from 255 or 28.35% from 261); Max value from RGB is 103 - color contains mainly: green. Hex color #54674A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54674A is #AB98B5. Grayscale: #5E5E5E. Windows color (decimal): -11245750 or 4876116. OLE color: 4876116.
HSL color Cylindrical-coordinate representation of color #54674A: hue angle of 99.31º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #54674A is Cyan = 0.18, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 84 | 103 | 74 | - |
| CMYK | 0.18 | 0 | 0.28 | 0.60 |
| HSL | 99.31º | 0.16% | 0.35% | - |
| HSV(B) | 99.31º | 0.28% | 0.4% | - |
| XYZ | 9.74 | 12.08 | 8.3 | - |
| YUV | 94.01 | 116.71 | 120.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 103 | 74 | 0.18 | 0 | 0.28 | 0.60 | 99.31 | 0.16 | 0.35 |
| Hex | 54 | 67 | 4A | 12 | 0 | 1C | 3C | 63 | 10 | 23 |
| Octal | 124 | 147 | 112 | 22 | 0 | 34 | 74 | 143 | 20 | 43 |
| Binary | 1010100 | 1100111 | 1001010 | 10010 | 0 | 11100 | 111100 | 1100011 | 10000 | 100011 |
Color Harmonies of #54674A
Complementary color
Monochromatic Colors of #54674A
Black with #54674A
Text Example
Text Example
White with #54674A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54674A; }
p { color: rgb(84,103,74); }
H1.HeaderClassName
{
color: #54674A;
}
.AnyTagClassName
{
color: #54674A;
}
</style>
background-color css
<style>
a { background-color: #54674A; }
a { background-color: rgb(84,103,74); }
div.DivClassName
{
background-color: #54674A;
}
.BgClassName
{
background-color: #54674A;
}
</style>
border-color css
<style>
span { border-color: #54674A; }
span { border-color: rgb(84,103,74); }
td.TdClassName
{
border-color: #54674A;
}
.TagClassName
{
border-color: #54674A;
}
</style>