Shades of Tom Thumb #506D48
Tints of Tom Thumb #506D48
RGB
CMYK
RGB Variations
Color information
#506D48 (or 0x506D48) is known color: Tom Thumb. HEX triplet: 50, 6D and 48. RGB value is (80,109,72). Sum of RGB (Red+Green+Blue) = 80+109+72=261 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.65% from 261); Green value is 109 (42.97% from 255 or 41.76% from 261); Blue value is 72 (28.52% from 255 or 27.59% from 261); Max value from RGB is 109 - color contains mainly: green. Hex color #506D48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506D48 is #AF92B7. Grayscale: #606060. Windows color (decimal): -11506360 or 4746576. OLE color: 4746576.
HSL color Cylindrical-coordinate representation of color #506D48: hue angle of 107.03º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #506D48 is Cyan = 0.27, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 80 | 109 | 72 | - |
| CMYK | 0.27 | 0 | 0.34 | 0.57 |
| HSL | 107.03º | 0.2% | 0.35% | - |
| HSV(B) | 107.03º | 0.34% | 0.43% | - |
| XYZ | 9.95 | 13.11 | 8.14 | - |
| YUV | 96.11 | 114.39 | 116.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 109 | 72 | 0.27 | 0 | 0.34 | 0.57 | 107.03 | 0.2 | 0.35 |
| Hex | 50 | 6D | 48 | 1B | 0 | 22 | 39 | 6B | 14 | 23 |
| Octal | 120 | 155 | 110 | 33 | 0 | 42 | 71 | 153 | 24 | 43 |
| Binary | 1010000 | 1101101 | 1001000 | 11011 | 0 | 100010 | 111001 | 1101011 | 10100 | 100011 |
Color Harmonies of #506D48
Complementary color
Monochromatic Colors of #506D48
Black with #506D48
Text Example
Text Example
White with #506D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506D48; }
p { color: rgb(80,109,72); }
H1.HeaderClassName
{
color: #506D48;
}
.AnyTagClassName
{
color: #506D48;
}
</style>
background-color css
<style>
a { background-color: #506D48; }
a { background-color: rgb(80,109,72); }
div.DivClassName
{
background-color: #506D48;
}
.BgClassName
{
background-color: #506D48;
}
</style>
border-color css
<style>
span { border-color: #506D48; }
span { border-color: rgb(80,109,72); }
td.TdClassName
{
border-color: #506D48;
}
.TagClassName
{
border-color: #506D48;
}
</style>