Shades of Tom Thumb #50694A
Tints of Tom Thumb #50694A
RGB
CMYK
RGB Variations
Color information
#50694A (or 0x50694A) is known color: Tom Thumb. HEX triplet: 50, 69 and 4A. RGB value is (80,105,74). Sum of RGB (Red+Green+Blue) = 80+105+74=259 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.89% from 259); Green value is 105 (41.41% from 255 or 40.54% from 259); Blue value is 74 (29.30% from 255 or 28.57% from 259); Max value from RGB is 105 - color contains mainly: green. Hex color #50694A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50694A is #AF96B5. Grayscale: #5E5E5E. Windows color (decimal): -11507382 or 4876624. OLE color: 4876624.
HSL color Cylindrical-coordinate representation of color #50694A: hue angle of 108.39º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #50694A is Cyan = 0.24, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 80 | 105 | 74 | - |
| CMYK | 0.24 | 0 | 0.30 | 0.59 |
| HSL | 108.39º | 0.17% | 0.35% | - |
| HSV(B) | 108.39º | 0.3% | 0.41% | - |
| XYZ | 9.6 | 12.3 | 8.35 | - |
| YUV | 93.99 | 116.72 | 118.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 105 | 74 | 0.24 | 0 | 0.30 | 0.59 | 108.39 | 0.17 | 0.35 |
| Hex | 50 | 69 | 4A | 18 | 0 | 1E | 3B | 6C | 11 | 23 |
| Octal | 120 | 151 | 112 | 30 | 0 | 36 | 73 | 154 | 21 | 43 |
| Binary | 1010000 | 1101001 | 1001010 | 11000 | 0 | 11110 | 111011 | 1101100 | 10001 | 100011 |
Color Harmonies of #50694A
Complementary color
Monochromatic Colors of #50694A
Black with #50694A
Text Example
Text Example
White with #50694A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50694A; }
p { color: rgb(80,105,74); }
H1.HeaderClassName
{
color: #50694A;
}
.AnyTagClassName
{
color: #50694A;
}
</style>
background-color css
<style>
a { background-color: #50694A; }
a { background-color: rgb(80,105,74); }
div.DivClassName
{
background-color: #50694A;
}
.BgClassName
{
background-color: #50694A;
}
</style>
border-color css
<style>
span { border-color: #50694A; }
span { border-color: rgb(80,105,74); }
td.TdClassName
{
border-color: #50694A;
}
.TagClassName
{
border-color: #50694A;
}
</style>