Shades of Tom Thumb #536C48
Tints of Tom Thumb #536C48
RGB
CMYK
RGB Variations
Color information
#536C48 (or 0x536C48) is known color: Tom Thumb. HEX triplet: 53, 6C and 48. RGB value is (83,108,72). Sum of RGB (Red+Green+Blue) = 83+108+72=263 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.56% from 263); Green value is 108 (42.58% from 255 or 41.06% from 263); Blue value is 72 (28.52% from 255 or 27.38% from 263); Max value from RGB is 108 - color contains mainly: green. Hex color #536C48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536C48 is #AC93B7. Grayscale: #606060. Windows color (decimal): -11310008 or 4746323. OLE color: 4746323.
HSL color Cylindrical-coordinate representation of color #536C48: hue angle of 101.67º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #536C48 is Cyan = 0.23, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 83 | 108 | 72 | - |
| CMYK | 0.23 | 0 | 0.33 | 0.58 |
| HSL | 101.67º | 0.2% | 0.35% | - |
| HSV(B) | 101.67º | 0.33% | 0.42% | - |
| XYZ | 10.1 | 13.03 | 8.11 | - |
| YUV | 96.42 | 114.22 | 118.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 108 | 72 | 0.23 | 0 | 0.33 | 0.58 | 101.67 | 0.2 | 0.35 |
| Hex | 53 | 6C | 48 | 17 | 0 | 21 | 3A | 66 | 14 | 23 |
| Octal | 123 | 154 | 110 | 27 | 0 | 41 | 72 | 146 | 24 | 43 |
| Binary | 1010011 | 1101100 | 1001000 | 10111 | 0 | 100001 | 111010 | 1100110 | 10100 | 100011 |
Color Harmonies of #536C48
Complementary color
Monochromatic Colors of #536C48
Black with #536C48
Text Example
Text Example
White with #536C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #536C48; }
p { color: rgb(83,108,72); }
H1.HeaderClassName
{
color: #536C48;
}
.AnyTagClassName
{
color: #536C48;
}
</style>
background-color css
<style>
a { background-color: #536C48; }
a { background-color: rgb(83,108,72); }
div.DivClassName
{
background-color: #536C48;
}
.BgClassName
{
background-color: #536C48;
}
</style>
border-color css
<style>
span { border-color: #536C48; }
span { border-color: rgb(83,108,72); }
td.TdClassName
{
border-color: #536C48;
}
.TagClassName
{
border-color: #536C48;
}
</style>