Shades of Tom Thumb #50674C
Tints of Tom Thumb #50674C
RGB
CMYK
RGB Variations
Color information
#50674C (or 0x50674C) is known color: Tom Thumb. HEX triplet: 50, 67 and 4C. RGB value is (80,103,76). Sum of RGB (Red+Green+Blue) = 80+103+76=259 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.89% from 259); Green value is 103 (40.62% from 255 or 39.77% from 259); Blue value is 76 (30.08% from 255 or 29.34% from 259); Max value from RGB is 103 - color contains mainly: green. Hex color #50674C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50674C is #AF98B3. Grayscale: #5D5D5D. Windows color (decimal): -11507892 or 5007184. OLE color: 5007184.
HSL color Cylindrical-coordinate representation of color #50674C: hue angle of 111.11º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #50674C is Cyan = 0.22, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 80 | 103 | 76 | - |
| CMYK | 0.22 | 0 | 0.26 | 0.60 |
| HSL | 111.11º | 0.15% | 0.35% | - |
| HSV(B) | 111.11º | 0.26% | 0.4% | - |
| XYZ | 9.46 | 11.93 | 8.64 | - |
| YUV | 93.05 | 118.38 | 118.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 103 | 76 | 0.22 | 0 | 0.26 | 0.60 | 111.11 | 0.15 | 0.35 |
| Hex | 50 | 67 | 4C | 16 | 0 | 1A | 3C | 6F | F | 23 |
| Octal | 120 | 147 | 114 | 26 | 0 | 32 | 74 | 157 | 17 | 43 |
| Binary | 1010000 | 1100111 | 1001100 | 10110 | 0 | 11010 | 111100 | 1101111 | 1111 | 100011 |
Color Harmonies of #50674C
Complementary color
Monochromatic Colors of #50674C
Black with #50674C
Text Example
Text Example
White with #50674C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50674C; }
p { color: rgb(80,103,76); }
H1.HeaderClassName
{
color: #50674C;
}
.AnyTagClassName
{
color: #50674C;
}
</style>
background-color css
<style>
a { background-color: #50674C; }
a { background-color: rgb(80,103,76); }
div.DivClassName
{
background-color: #50674C;
}
.BgClassName
{
background-color: #50674C;
}
</style>
border-color css
<style>
span { border-color: #50674C; }
span { border-color: rgb(80,103,76); }
td.TdClassName
{
border-color: #50674C;
}
.TagClassName
{
border-color: #50674C;
}
</style>