Shades of Tom Thumb #50674A
Tints of Tom Thumb #50674A
RGB
CMYK
RGB Variations
Color information
#50674A (or 0x50674A) is known color: Tom Thumb. HEX triplet: 50, 67 and 4A. RGB value is (80,103,74). Sum of RGB (Red+Green+Blue) = 80+103+74=257 (34% of max value = 765). Red value is 80 (31.64% from 255 or 31.13% from 257); Green value is 103 (40.62% from 255 or 40.08% from 257); Blue value is 74 (29.30% from 255 or 28.79% from 257); Max value from RGB is 103 - color contains mainly: green. Hex color #50674A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50674A is #AF98B5. Grayscale: #5C5C5C. Windows color (decimal): -11507894 or 4876112. OLE color: 4876112.
HSL color Cylindrical-coordinate representation of color #50674A: hue angle of 107.59º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #50674A is Cyan = 0.22, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 80 | 103 | 74 | - |
| CMYK | 0.22 | 0 | 0.28 | 0.60 |
| HSL | 107.59º | 0.16% | 0.35% | - |
| HSV(B) | 107.59º | 0.28% | 0.4% | - |
| XYZ | 9.39 | 11.9 | 8.28 | - |
| YUV | 92.82 | 117.38 | 118.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 103 | 74 | 0.22 | 0 | 0.28 | 0.60 | 107.59 | 0.16 | 0.35 |
| Hex | 50 | 67 | 4A | 16 | 0 | 1C | 3C | 6C | 10 | 23 |
| Octal | 120 | 147 | 112 | 26 | 0 | 34 | 74 | 154 | 20 | 43 |
| Binary | 1010000 | 1100111 | 1001010 | 10110 | 0 | 11100 | 111100 | 1101100 | 10000 | 100011 |
Color Harmonies of #50674A
Complementary color
Monochromatic Colors of #50674A
Black with #50674A
Text Example
Text Example
White with #50674A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50674A; }
p { color: rgb(80,103,74); }
H1.HeaderClassName
{
color: #50674A;
}
.AnyTagClassName
{
color: #50674A;
}
</style>
background-color css
<style>
a { background-color: #50674A; }
a { background-color: rgb(80,103,74); }
div.DivClassName
{
background-color: #50674A;
}
.BgClassName
{
background-color: #50674A;
}
</style>
border-color css
<style>
span { border-color: #50674A; }
span { border-color: rgb(80,103,74); }
td.TdClassName
{
border-color: #50674A;
}
.TagClassName
{
border-color: #50674A;
}
</style>