Shades of Tom Thumb #485941
Tints of Tom Thumb #485941
RGB
CMYK
RGB Variations
Color information
#485941 (or 0x485941) is known color: Tom Thumb. HEX triplet: 48, 59 and 41. RGB value is (72,89,65). Sum of RGB (Red+Green+Blue) = 72+89+65=226 (29% of max value = 765). Red value is 72 (28.52% from 255 or 31.86% from 226); Green value is 89 (35.16% from 255 or 39.38% from 226); Blue value is 65 (25.78% from 255 or 28.76% from 226); Max value from RGB is 89 - color contains mainly: green. Hex color #485941 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485941 is #B7A6BE. Grayscale: #515151. Windows color (decimal): -12035775 or 4282696. OLE color: 4282696.
HSL color Cylindrical-coordinate representation of color #485941: hue angle of 102.5º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #485941 is Cyan = 0.19, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 72 | 89 | 65 | - |
| CMYK | 0.19 | 0 | 0.27 | 0.65 |
| HSL | 102.5º | 0.16% | 0.3% | - |
| HSV(B) | 102.5º | 0.27% | 0.35% | - |
| XYZ | 7.2 | 8.9 | 6.34 | - |
| YUV | 81.18 | 118.87 | 121.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 89 | 65 | 0.19 | 0 | 0.27 | 0.65 | 102.5 | 0.16 | 0.3 |
| Hex | 48 | 59 | 41 | 13 | 0 | 1B | 41 | 66 | 10 | 1E |
| Octal | 110 | 131 | 101 | 23 | 0 | 33 | 101 | 146 | 20 | 36 |
| Binary | 1001000 | 1011001 | 1000001 | 10011 | 0 | 11011 | 1000001 | 1100110 | 10000 | 11110 |
Color Harmonies of #485941
Complementary color
Monochromatic Colors of #485941
Black with #485941
Text Example
Text Example
White with #485941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485941; }
p { color: rgb(72,89,65); }
H1.HeaderClassName
{
color: #485941;
}
.AnyTagClassName
{
color: #485941;
}
</style>
background-color css
<style>
a { background-color: #485941; }
a { background-color: rgb(72,89,65); }
div.DivClassName
{
background-color: #485941;
}
.BgClassName
{
background-color: #485941;
}
</style>
border-color css
<style>
span { border-color: #485941; }
span { border-color: rgb(72,89,65); }
td.TdClassName
{
border-color: #485941;
}
.TagClassName
{
border-color: #485941;
}
</style>