Shades of Tom Thumb #54634D
Tints of Tom Thumb #54634D
RGB
CMYK
RGB Variations
Color information
#54634D (or 0x54634D) is known color: Tom Thumb. HEX triplet: 54, 63 and 4D. RGB value is (84,99,77). Sum of RGB (Red+Green+Blue) = 84+99+77=260 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.31% from 260); Green value is 99 (39.06% from 255 or 38.08% from 260); Blue value is 77 (30.47% from 255 or 29.62% from 260); Max value from RGB is 99 - color contains mainly: green. Hex color #54634D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54634D is #AB9CB2. Grayscale: #5C5C5C. Windows color (decimal): -11246771 or 5071700. OLE color: 5071700.
HSL color Cylindrical-coordinate representation of color #54634D: hue angle of 100.91º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #54634D is Cyan = 0.15, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 84 | 99 | 77 | - |
| CMYK | 0.15 | 0 | 0.22 | 0.61 |
| HSL | 100.91º | 0.13% | 0.35% | - |
| HSV(B) | 100.91º | 0.22% | 0.39% | - |
| XYZ | 9.46 | 11.34 | 8.71 | - |
| YUV | 92.01 | 119.53 | 122.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 99 | 77 | 0.15 | 0 | 0.22 | 0.61 | 100.91 | 0.13 | 0.35 |
| Hex | 54 | 63 | 4D | F | 0 | 16 | 3D | 65 | C | 23 |
| Octal | 124 | 143 | 115 | 17 | 0 | 26 | 75 | 145 | 14 | 43 |
| Binary | 1010100 | 1100011 | 1001101 | 1111 | 0 | 10110 | 111101 | 1100101 | 1100 | 100011 |
Color Harmonies of #54634D
Complementary color
Monochromatic Colors of #54634D
Black with #54634D
Text Example
Text Example
White with #54634D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54634D; }
p { color: rgb(84,99,77); }
H1.HeaderClassName
{
color: #54634D;
}
.AnyTagClassName
{
color: #54634D;
}
</style>
background-color css
<style>
a { background-color: #54634D; }
a { background-color: rgb(84,99,77); }
div.DivClassName
{
background-color: #54634D;
}
.BgClassName
{
background-color: #54634D;
}
</style>
border-color css
<style>
span { border-color: #54634D; }
span { border-color: rgb(84,99,77); }
td.TdClassName
{
border-color: #54634D;
}
.TagClassName
{
border-color: #54634D;
}
</style>