Shades of Tom Thumb #50674B
Tints of Tom Thumb #50674B
RGB
CMYK
RGB Variations
Color information
#50674B (or 0x50674B) is known color: Tom Thumb. HEX triplet: 50, 67 and 4B. RGB value is (80,103,75). Sum of RGB (Red+Green+Blue) = 80+103+75=258 (34% of max value = 765). Red value is 80 (31.64% from 255 or 31.01% from 258); Green value is 103 (40.62% from 255 or 39.92% from 258); Blue value is 75 (29.69% from 255 or 29.07% from 258); Max value from RGB is 103 - color contains mainly: green. Hex color #50674B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50674B is #AF98B4. Grayscale: #5D5D5D. Windows color (decimal): -11507893 or 4941648. OLE color: 4941648.
HSL color Cylindrical-coordinate representation of color #50674B: hue angle of 109.29º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #50674B is Cyan = 0.22, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 80 | 103 | 75 | - |
| CMYK | 0.22 | 0 | 0.27 | 0.60 |
| HSL | 109.29º | 0.16% | 0.35% | - |
| HSV(B) | 109.29º | 0.27% | 0.4% | - |
| XYZ | 9.43 | 11.91 | 8.46 | - |
| YUV | 92.93 | 117.88 | 118.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 103 | 75 | 0.22 | 0 | 0.27 | 0.60 | 109.29 | 0.16 | 0.35 |
| Hex | 50 | 67 | 4B | 16 | 0 | 1B | 3C | 6D | 10 | 23 |
| Octal | 120 | 147 | 113 | 26 | 0 | 33 | 74 | 155 | 20 | 43 |
| Binary | 1010000 | 1100111 | 1001011 | 10110 | 0 | 11011 | 111100 | 1101101 | 10000 | 100011 |
Color Harmonies of #50674B
Complementary color
Monochromatic Colors of #50674B
Black with #50674B
Text Example
Text Example
White with #50674B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50674B; }
p { color: rgb(80,103,75); }
H1.HeaderClassName
{
color: #50674B;
}
.AnyTagClassName
{
color: #50674B;
}
</style>
background-color css
<style>
a { background-color: #50674B; }
a { background-color: rgb(80,103,75); }
div.DivClassName
{
background-color: #50674B;
}
.BgClassName
{
background-color: #50674B;
}
</style>
border-color css
<style>
span { border-color: #50674B; }
span { border-color: rgb(80,103,75); }
td.TdClassName
{
border-color: #50674B;
}
.TagClassName
{
border-color: #50674B;
}
</style>