Shades of Tom Thumb #50644A
Tints of Tom Thumb #50644A
RGB
CMYK
RGB Variations
Color information
#50644A (or 0x50644A) is known color: Tom Thumb. HEX triplet: 50, 64 and 4A. RGB value is (80,100,74). Sum of RGB (Red+Green+Blue) = 80+100+74=254 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.50% from 254); Green value is 100 (39.45% from 255 or 39.37% from 254); Blue value is 74 (29.30% from 255 or 29.13% from 254); Max value from RGB is 100 - color contains mainly: green. Hex color #50644A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50644A is #AF9BB5. Grayscale: #5B5B5B. Windows color (decimal): -11508662 or 4875344. OLE color: 4875344.
HSL color Cylindrical-coordinate representation of color #50644A: hue angle of 106.15º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #50644A is Cyan = 0.2, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 80 | 100 | 74 | - |
| CMYK | 0.2 | 0 | 0.26 | 0.61 |
| HSL | 106.15º | 0.15% | 0.34% | - |
| HSV(B) | 106.15º | 0.26% | 0.39% | - |
| XYZ | 9.1 | 11.31 | 8.18 | - |
| YUV | 91.06 | 118.37 | 120.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 100 | 74 | 0.2 | 0 | 0.26 | 0.61 | 106.15 | 0.15 | 0.34 |
| Hex | 50 | 64 | 4A | 14 | 0 | 1A | 3D | 6A | F | 22 |
| Octal | 120 | 144 | 112 | 24 | 0 | 32 | 75 | 152 | 17 | 42 |
| Binary | 1010000 | 1100100 | 1001010 | 10100 | 0 | 11010 | 111101 | 1101010 | 1111 | 100010 |
Color Harmonies of #50644A
Complementary color
Monochromatic Colors of #50644A
Black with #50644A
Text Example
Text Example
White with #50644A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50644A; }
p { color: rgb(80,100,74); }
H1.HeaderClassName
{
color: #50644A;
}
.AnyTagClassName
{
color: #50644A;
}
</style>
background-color css
<style>
a { background-color: #50644A; }
a { background-color: rgb(80,100,74); }
div.DivClassName
{
background-color: #50644A;
}
.BgClassName
{
background-color: #50644A;
}
</style>
border-color css
<style>
span { border-color: #50644A; }
span { border-color: rgb(80,100,74); }
td.TdClassName
{
border-color: #50644A;
}
.TagClassName
{
border-color: #50644A;
}
</style>