Shades of Tom Thumb #53674E
Tints of Tom Thumb #53674E
RGB
CMYK
RGB Variations
Color information
#53674E (or 0x53674E) is known color: Tom Thumb. HEX triplet: 53, 67 and 4E. RGB value is (83,103,78). Sum of RGB (Red+Green+Blue) = 83+103+78=264 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.44% from 264); Green value is 103 (40.62% from 255 or 39.02% from 264); Blue value is 78 (30.86% from 255 or 29.55% from 264); Max value from RGB is 103 - color contains mainly: green. Hex color #53674E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53674E is #AC98B1. Grayscale: #5E5E5E. Windows color (decimal): -11311282 or 5138259. OLE color: 5138259.
HSL color Cylindrical-coordinate representation of color #53674E: hue angle of 108º degrees, saturation: 0.14, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #53674E is Cyan = 0.19, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 83 | 103 | 78 | - |
| CMYK | 0.19 | 0 | 0.24 | 0.60 |
| HSL | 108º | 0.14% | 0.35% | - |
| HSV(B) | 108º | 0.24% | 0.4% | - |
| XYZ | 9.79 | 12.09 | 9.03 | - |
| YUV | 94.17 | 118.87 | 120.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 103 | 78 | 0.19 | 0 | 0.24 | 0.60 | 108 | 0.14 | 0.35 |
| Hex | 53 | 67 | 4E | 13 | 0 | 18 | 3C | 6C | E | 23 |
| Octal | 123 | 147 | 116 | 23 | 0 | 30 | 74 | 154 | 16 | 43 |
| Binary | 1010011 | 1100111 | 1001110 | 10011 | 0 | 11000 | 111100 | 1101100 | 1110 | 100011 |
Color Harmonies of #53674E
Complementary color
Monochromatic Colors of #53674E
Black with #53674E
Text Example
Text Example
White with #53674E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53674E; }
p { color: rgb(83,103,78); }
H1.HeaderClassName
{
color: #53674E;
}
.AnyTagClassName
{
color: #53674E;
}
</style>
background-color css
<style>
a { background-color: #53674E; }
a { background-color: rgb(83,103,78); }
div.DivClassName
{
background-color: #53674E;
}
.BgClassName
{
background-color: #53674E;
}
</style>
border-color css
<style>
span { border-color: #53674E; }
span { border-color: rgb(83,103,78); }
td.TdClassName
{
border-color: #53674E;
}
.TagClassName
{
border-color: #53674E;
}
</style>