Shades of Tom Thumb #53674F
Tints of Tom Thumb #53674F
RGB
CMYK
RGB Variations
Color information
#53674F (or 0x53674F) is known color: Tom Thumb. HEX triplet: 53, 67 and 4F. RGB value is (83,103,79). Sum of RGB (Red+Green+Blue) = 83+103+79=265 (35% of max value = 765). Red value is 83 (32.81% from 255 or 31.32% from 265); Green value is 103 (40.62% from 255 or 38.87% from 265); Blue value is 79 (31.25% from 255 or 29.81% from 265); Max value from RGB is 103 - color contains mainly: green. Hex color #53674F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53674F is #AC98B0. Grayscale: #5E5E5E. Windows color (decimal): -11311281 or 5203795. OLE color: 5203795.
HSL color Cylindrical-coordinate representation of color #53674F: hue angle of 110º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #53674F is Cyan = 0.19, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 83 | 103 | 79 | - |
| CMYK | 0.19 | 0 | 0.23 | 0.60 |
| HSL | 110º | 0.13% | 0.36% | - |
| HSV(B) | 110º | 0.23% | 0.4% | - |
| XYZ | 9.83 | 12.1 | 9.22 | - |
| YUV | 94.28 | 119.37 | 119.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 103 | 79 | 0.19 | 0 | 0.23 | 0.60 | 110 | 0.13 | 0.36 |
| Hex | 53 | 67 | 4F | 13 | 0 | 17 | 3C | 6E | D | 24 |
| Octal | 123 | 147 | 117 | 23 | 0 | 27 | 74 | 156 | 15 | 44 |
| Binary | 1010011 | 1100111 | 1001111 | 10011 | 0 | 10111 | 111100 | 1101110 | 1101 | 100100 |
Color Harmonies of #53674F
Complementary color
Monochromatic Colors of #53674F
Black with #53674F
Text Example
Text Example
White with #53674F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53674F; }
p { color: rgb(83,103,79); }
H1.HeaderClassName
{
color: #53674F;
}
.AnyTagClassName
{
color: #53674F;
}
</style>
background-color css
<style>
a { background-color: #53674F; }
a { background-color: rgb(83,103,79); }
div.DivClassName
{
background-color: #53674F;
}
.BgClassName
{
background-color: #53674F;
}
</style>
border-color css
<style>
span { border-color: #53674F; }
span { border-color: rgb(83,103,79); }
td.TdClassName
{
border-color: #53674F;
}
.TagClassName
{
border-color: #53674F;
}
</style>