Shades of Tom Thumb #515F48
Tints of Tom Thumb #515F48
RGB
CMYK
RGB Variations
Color information
#515F48 (or 0x515F48) is known color: Tom Thumb. HEX triplet: 51, 5F and 48. RGB value is (81,95,72). Sum of RGB (Red+Green+Blue) = 81+95+72=248 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.66% from 248); Green value is 95 (37.5% from 255 or 38.31% from 248); Blue value is 72 (28.52% from 255 or 29.03% from 248); Max value from RGB is 95 - color contains mainly: green. Hex color #515F48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515F48 is #AEA0B7. Grayscale: #585858. Windows color (decimal): -11444408 or 4742993. OLE color: 4742993.
HSL color Cylindrical-coordinate representation of color #515F48: hue angle of 96.52º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #515F48 is Cyan = 0.15, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 81 | 95 | 72 | - |
| CMYK | 0.15 | 0 | 0.24 | 0.63 |
| HSL | 96.52º | 0.14% | 0.33% | - |
| HSV(B) | 96.52º | 0.24% | 0.37% | - |
| XYZ | 8.66 | 10.4 | 7.68 | - |
| YUV | 88.19 | 118.86 | 122.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 95 | 72 | 0.15 | 0 | 0.24 | 0.63 | 96.52 | 0.14 | 0.33 |
| Hex | 51 | 5F | 48 | F | 0 | 18 | 3F | 61 | E | 21 |
| Octal | 121 | 137 | 110 | 17 | 0 | 30 | 77 | 141 | 16 | 41 |
| Binary | 1010001 | 1011111 | 1001000 | 1111 | 0 | 11000 | 111111 | 1100001 | 1110 | 100001 |
Color Harmonies of #515F48
Complementary color
Monochromatic Colors of #515F48
Black with #515F48
Text Example
Text Example
White with #515F48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515F48; }
p { color: rgb(81,95,72); }
H1.HeaderClassName
{
color: #515F48;
}
.AnyTagClassName
{
color: #515F48;
}
</style>
background-color css
<style>
a { background-color: #515F48; }
a { background-color: rgb(81,95,72); }
div.DivClassName
{
background-color: #515F48;
}
.BgClassName
{
background-color: #515F48;
}
</style>
border-color css
<style>
span { border-color: #515F48; }
span { border-color: rgb(81,95,72); }
td.TdClassName
{
border-color: #515F48;
}
.TagClassName
{
border-color: #515F48;
}
</style>