Shades of Tom Thumb #50644B
Tints of Tom Thumb #50644B
RGB
CMYK
RGB Variations
Color information
#50644B (or 0x50644B) is known color: Tom Thumb. HEX triplet: 50, 64 and 4B. RGB value is (80,100,75). Sum of RGB (Red+Green+Blue) = 80+100+75=255 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.37% from 255); Green value is 100 (39.45% from 255 or 39.22% from 255); Blue value is 75 (29.69% from 255 or 29.41% from 255); Max value from RGB is 100 - color contains mainly: green. Hex color #50644B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50644B is #AF9BB4. Grayscale: #5B5B5B. Windows color (decimal): -11508661 or 4940880. OLE color: 4940880.
HSL color Cylindrical-coordinate representation of color #50644B: hue angle of 108º degrees, saturation: 0.14, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #50644B is Cyan = 0.2, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 80 | 100 | 75 | - |
| CMYK | 0.2 | 0 | 0.25 | 0.61 |
| HSL | 108º | 0.14% | 0.34% | - |
| HSV(B) | 108º | 0.25% | 0.39% | - |
| XYZ | 9.14 | 11.33 | 8.36 | - |
| YUV | 91.17 | 118.87 | 120.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 100 | 75 | 0.2 | 0 | 0.25 | 0.61 | 108 | 0.14 | 0.34 |
| Hex | 50 | 64 | 4B | 14 | 0 | 19 | 3D | 6C | E | 22 |
| Octal | 120 | 144 | 113 | 24 | 0 | 31 | 75 | 154 | 16 | 42 |
| Binary | 1010000 | 1100100 | 1001011 | 10100 | 0 | 11001 | 111101 | 1101100 | 1110 | 100010 |
Color Harmonies of #50644B
Complementary color
Monochromatic Colors of #50644B
Black with #50644B
Text Example
Text Example
White with #50644B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50644B; }
p { color: rgb(80,100,75); }
H1.HeaderClassName
{
color: #50644B;
}
.AnyTagClassName
{
color: #50644B;
}
</style>
background-color css
<style>
a { background-color: #50644B; }
a { background-color: rgb(80,100,75); }
div.DivClassName
{
background-color: #50644B;
}
.BgClassName
{
background-color: #50644B;
}
</style>
border-color css
<style>
span { border-color: #50644B; }
span { border-color: rgb(80,100,75); }
td.TdClassName
{
border-color: #50644B;
}
.TagClassName
{
border-color: #50644B;
}
</style>