Shades of Tom Thumb #50693F
Tints of Tom Thumb #50693F
RGB
CMYK
RGB Variations
Color information
#50693F (or 0x50693F) is known color: Tom Thumb. HEX triplet: 50, 69 and 3F. RGB value is (80,105,63). Sum of RGB (Red+Green+Blue) = 80+105+63=248 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.26% from 248); Green value is 105 (41.41% from 255 or 42.34% from 248); Blue value is 63 (25% from 255 or 25.40% from 248); Max value from RGB is 105 - color contains mainly: green. Hex color #50693F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50693F is #AF96C0. Grayscale: #5C5C5C. Windows color (decimal): -11507393 or 4155728. OLE color: 4155728.
HSL color Cylindrical-coordinate representation of color #50693F: hue angle of 95.71º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #50693F is Cyan = 0.24, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 80 | 105 | 63 | - |
| CMYK | 0.24 | 0 | 0.4 | 0.59 |
| HSL | 95.71º | 0.25% | 0.33% | - |
| HSV(B) | 95.71º | 0.4% | 0.41% | - |
| XYZ | 9.26 | 12.17 | 6.56 | - |
| YUV | 92.74 | 111.22 | 118.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 105 | 63 | 0.24 | 0 | 0.4 | 0.59 | 95.71 | 0.25 | 0.33 |
| Hex | 50 | 69 | 3F | 18 | 0 | 28 | 3B | 60 | 19 | 21 |
| Octal | 120 | 151 | 77 | 30 | 0 | 50 | 73 | 140 | 31 | 41 |
| Binary | 1010000 | 1101001 | 111111 | 11000 | 0 | 101000 | 111011 | 1100000 | 11001 | 100001 |
Color Harmonies of #50693F
Complementary color
Monochromatic Colors of #50693F
Black with #50693F
Text Example
Text Example
White with #50693F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50693F; }
p { color: rgb(80,105,63); }
H1.HeaderClassName
{
color: #50693F;
}
.AnyTagClassName
{
color: #50693F;
}
</style>
background-color css
<style>
a { background-color: #50693F; }
a { background-color: rgb(80,105,63); }
div.DivClassName
{
background-color: #50693F;
}
.BgClassName
{
background-color: #50693F;
}
</style>
border-color css
<style>
span { border-color: #50693F; }
span { border-color: rgb(80,105,63); }
td.TdClassName
{
border-color: #50693F;
}
.TagClassName
{
border-color: #50693F;
}
</style>