Shades of Tom Thumb #53664A
Tints of Tom Thumb #53664A
RGB
CMYK
RGB Variations
Color information
#53664A (or 0x53664A) is known color: Tom Thumb. HEX triplet: 53, 66 and 4A. RGB value is (83,102,74). Sum of RGB (Red+Green+Blue) = 83+102+74=259 (34% of max value = 765). Red value is 83 (32.81% from 255 or 32.05% from 259); Green value is 102 (40.23% from 255 or 39.38% from 259); Blue value is 74 (29.30% from 255 or 28.57% from 259); Max value from RGB is 102 - color contains mainly: green. Hex color #53664A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53664A is #AC99B5. Grayscale: #5D5D5D. Windows color (decimal): -11311542 or 4875859. OLE color: 4875859.
HSL color Cylindrical-coordinate representation of color #53664A: 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 #53664A is Cyan = 0.19, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 83 | 102 | 74 | - |
| CMYK | 0.19 | 0 | 0.27 | 0.6 |
| HSL | 100.71º | 0.16% | 0.35% | - |
| HSV(B) | 100.71º | 0.27% | 0.4% | - |
| XYZ | 9.55 | 11.84 | 8.26 | - |
| YUV | 93.13 | 117.21 | 120.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 102 | 74 | 0.19 | 0 | 0.27 | 0.6 | 100.71 | 0.16 | 0.35 |
| Hex | 53 | 66 | 4A | 13 | 0 | 1B | 3C | 65 | 10 | 23 |
| Octal | 123 | 146 | 112 | 23 | 0 | 33 | 74 | 145 | 20 | 43 |
| Binary | 1010011 | 1100110 | 1001010 | 10011 | 0 | 11011 | 111100 | 1100101 | 10000 | 100011 |
Color Harmonies of #53664A
Complementary color
Monochromatic Colors of #53664A
Black with #53664A
Text Example
Text Example
White with #53664A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53664A; }
p { color: rgb(83,102,74); }
H1.HeaderClassName
{
color: #53664A;
}
.AnyTagClassName
{
color: #53664A;
}
</style>
background-color css
<style>
a { background-color: #53664A; }
a { background-color: rgb(83,102,74); }
div.DivClassName
{
background-color: #53664A;
}
.BgClassName
{
background-color: #53664A;
}
</style>
border-color css
<style>
span { border-color: #53664A; }
span { border-color: rgb(83,102,74); }
td.TdClassName
{
border-color: #53664A;
}
.TagClassName
{
border-color: #53664A;
}
</style>