Shades of Tom Thumb #485842
Tints of Tom Thumb #485842
RGB
CMYK
RGB Variations
Color information
#485842 (or 0x485842) is known color: Tom Thumb. HEX triplet: 48, 58 and 42. RGB value is (72,88,66). Sum of RGB (Red+Green+Blue) = 72+88+66=226 (29% of max value = 765). Red value is 72 (28.52% from 255 or 31.86% from 226); Green value is 88 (34.77% from 255 or 38.94% from 226); Blue value is 66 (26.17% from 255 or 29.20% from 226); Max value from RGB is 88 - color contains mainly: green. Hex color #485842 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485842 is #B7A7BD. Grayscale: #505050. Windows color (decimal): -12036030 or 4347976. OLE color: 4347976.
HSL color Cylindrical-coordinate representation of color #485842: hue angle of 103.64º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #485842 is Cyan = 0.18, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 72 | 88 | 66 | - |
| CMYK | 0.18 | 0 | 0.25 | 0.65 |
| HSL | 103.64º | 0.14% | 0.3% | - |
| HSV(B) | 103.64º | 0.25% | 0.35% | - |
| XYZ | 7.15 | 8.75 | 6.47 | - |
| YUV | 80.71 | 119.7 | 121.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 88 | 66 | 0.18 | 0 | 0.25 | 0.65 | 103.64 | 0.14 | 0.3 |
| Hex | 48 | 58 | 42 | 12 | 0 | 19 | 41 | 68 | E | 1E |
| Octal | 110 | 130 | 102 | 22 | 0 | 31 | 101 | 150 | 16 | 36 |
| Binary | 1001000 | 1011000 | 1000010 | 10010 | 0 | 11001 | 1000001 | 1101000 | 1110 | 11110 |
Color Harmonies of #485842
Complementary color
Monochromatic Colors of #485842
Black with #485842
Text Example
Text Example
White with #485842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485842; }
p { color: rgb(72,88,66); }
H1.HeaderClassName
{
color: #485842;
}
.AnyTagClassName
{
color: #485842;
}
</style>
background-color css
<style>
a { background-color: #485842; }
a { background-color: rgb(72,88,66); }
div.DivClassName
{
background-color: #485842;
}
.BgClassName
{
background-color: #485842;
}
</style>
border-color css
<style>
span { border-color: #485842; }
span { border-color: rgb(72,88,66); }
td.TdClassName
{
border-color: #485842;
}
.TagClassName
{
border-color: #485842;
}
</style>