Shades of Tom Thumb #53624D
Tints of Tom Thumb #53624D
RGB
CMYK
RGB Variations
Color information
#53624D (or 0x53624D) is known color: Tom Thumb. HEX triplet: 53, 62 and 4D. RGB value is (83,98,77). Sum of RGB (Red+Green+Blue) = 83+98+77=258 (34% of max value = 765). Red value is 83 (32.81% from 255 or 32.17% from 258); Green value is 98 (38.67% from 255 or 37.98% from 258); Blue value is 77 (30.47% from 255 or 29.84% from 258); Max value from RGB is 98 - color contains mainly: green. Hex color #53624D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53624D is #AC9DB2. Grayscale: #5B5B5B. Windows color (decimal): -11312563 or 5071443. OLE color: 5071443.
HSL color Cylindrical-coordinate representation of color #53624D: hue angle of 102.86º degrees, saturation: 0.12, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #53624D is Cyan = 0.15, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 83 | 98 | 77 | - |
| CMYK | 0.15 | 0 | 0.21 | 0.62 |
| HSL | 102.86º | 0.12% | 0.34% | - |
| HSV(B) | 102.86º | 0.21% | 0.38% | - |
| XYZ | 9.27 | 11.11 | 8.68 | - |
| YUV | 91.12 | 120.03 | 122.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 98 | 77 | 0.15 | 0 | 0.21 | 0.62 | 102.86 | 0.12 | 0.34 |
| Hex | 53 | 62 | 4D | F | 0 | 15 | 3E | 67 | C | 22 |
| Octal | 123 | 142 | 115 | 17 | 0 | 25 | 76 | 147 | 14 | 42 |
| Binary | 1010011 | 1100010 | 1001101 | 1111 | 0 | 10101 | 111110 | 1100111 | 1100 | 100010 |
Color Harmonies of #53624D
Complementary color
Monochromatic Colors of #53624D
Black with #53624D
Text Example
Text Example
White with #53624D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53624D; }
p { color: rgb(83,98,77); }
H1.HeaderClassName
{
color: #53624D;
}
.AnyTagClassName
{
color: #53624D;
}
</style>
background-color css
<style>
a { background-color: #53624D; }
a { background-color: rgb(83,98,77); }
div.DivClassName
{
background-color: #53624D;
}
.BgClassName
{
background-color: #53624D;
}
</style>
border-color css
<style>
span { border-color: #53624D; }
span { border-color: rgb(83,98,77); }
td.TdClassName
{
border-color: #53624D;
}
.TagClassName
{
border-color: #53624D;
}
</style>