Shades of Tom Thumb #53694B
Tints of Tom Thumb #53694B
RGB
CMYK
RGB Variations
Color information
#53694B (or 0x53694B) is known color: Tom Thumb. HEX triplet: 53, 69 and 4B. RGB value is (83,105,75). Sum of RGB (Red+Green+Blue) = 83+105+75=263 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.56% from 263); Green value is 105 (41.41% from 255 or 39.92% from 263); Blue value is 75 (29.69% from 255 or 28.52% from 263); Max value from RGB is 105 - color contains mainly: green. Hex color #53694B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53694B is #AC96B4. Grayscale: #5F5F5F. Windows color (decimal): -11310773 or 4942163. OLE color: 4942163.
HSL color Cylindrical-coordinate representation of color #53694B: hue angle of 104º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #53694B is Cyan = 0.21, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 83 | 105 | 75 | - |
| CMYK | 0.21 | 0 | 0.29 | 0.59 |
| HSL | 104º | 0.17% | 0.35% | - |
| HSV(B) | 104º | 0.29% | 0.41% | - |
| XYZ | 9.89 | 12.45 | 8.54 | - |
| YUV | 95 | 116.71 | 119.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 105 | 75 | 0.21 | 0 | 0.29 | 0.59 | 104 | 0.17 | 0.35 |
| Hex | 53 | 69 | 4B | 15 | 0 | 1D | 3B | 68 | 11 | 23 |
| Octal | 123 | 151 | 113 | 25 | 0 | 35 | 73 | 150 | 21 | 43 |
| Binary | 1010011 | 1101001 | 1001011 | 10101 | 0 | 11101 | 111011 | 1101000 | 10001 | 100011 |
Color Harmonies of #53694B
Complementary color
Monochromatic Colors of #53694B
Black with #53694B
Text Example
Text Example
White with #53694B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53694B; }
p { color: rgb(83,105,75); }
H1.HeaderClassName
{
color: #53694B;
}
.AnyTagClassName
{
color: #53694B;
}
</style>
background-color css
<style>
a { background-color: #53694B; }
a { background-color: rgb(83,105,75); }
div.DivClassName
{
background-color: #53694B;
}
.BgClassName
{
background-color: #53694B;
}
</style>
border-color css
<style>
span { border-color: #53694B; }
span { border-color: rgb(83,105,75); }
td.TdClassName
{
border-color: #53694B;
}
.TagClassName
{
border-color: #53694B;
}
</style>