Shades of Tom Thumb #536C47
Tints of Tom Thumb #536C47
RGB
CMYK
RGB Variations
Color information
#536C47 (or 0x536C47) is known color: Tom Thumb. HEX triplet: 53, 6C and 47. RGB value is (83,108,71). Sum of RGB (Red+Green+Blue) = 83+108+71=262 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.68% from 262); Green value is 108 (42.58% from 255 or 41.22% from 262); Blue value is 71 (28.12% from 255 or 27.10% from 262); Max value from RGB is 108 - color contains mainly: green. Hex color #536C47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536C47 is #AC93B8. Grayscale: #606060. Windows color (decimal): -11310009 or 4680787. OLE color: 4680787.
HSL color Cylindrical-coordinate representation of color #536C47: hue angle of 100.54º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #536C47 is Cyan = 0.23, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 83 | 108 | 71 | - |
| CMYK | 0.23 | 0 | 0.34 | 0.58 |
| HSL | 100.54º | 0.21% | 0.35% | - |
| HSV(B) | 100.54º | 0.34% | 0.42% | - |
| XYZ | 10.07 | 13.02 | 7.94 | - |
| YUV | 96.31 | 113.72 | 118.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 108 | 71 | 0.23 | 0 | 0.34 | 0.58 | 100.54 | 0.21 | 0.35 |
| Hex | 53 | 6C | 47 | 17 | 0 | 22 | 3A | 65 | 15 | 23 |
| Octal | 123 | 154 | 107 | 27 | 0 | 42 | 72 | 145 | 25 | 43 |
| Binary | 1010011 | 1101100 | 1000111 | 10111 | 0 | 100010 | 111010 | 1100101 | 10101 | 100011 |
Color Harmonies of #536C47
Complementary color
Monochromatic Colors of #536C47
Black with #536C47
Text Example
Text Example
White with #536C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #536C47; }
p { color: rgb(83,108,71); }
H1.HeaderClassName
{
color: #536C47;
}
.AnyTagClassName
{
color: #536C47;
}
</style>
background-color css
<style>
a { background-color: #536C47; }
a { background-color: rgb(83,108,71); }
div.DivClassName
{
background-color: #536C47;
}
.BgClassName
{
background-color: #536C47;
}
</style>
border-color css
<style>
span { border-color: #536C47; }
span { border-color: rgb(83,108,71); }
td.TdClassName
{
border-color: #536C47;
}
.TagClassName
{
border-color: #536C47;
}
</style>