Shades of Tom Thumb #485E41
Tints of Tom Thumb #485E41
RGB
CMYK
RGB Variations
Color information
#485E41 (or 0x485E41) is known color: Tom Thumb. HEX triplet: 48, 5E and 41. RGB value is (72,94,65). Sum of RGB (Red+Green+Blue) = 72+94+65=231 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.17% from 231); Green value is 94 (37.11% from 255 or 40.69% from 231); Blue value is 65 (25.78% from 255 or 28.14% from 231); Max value from RGB is 94 - color contains mainly: green. Hex color #485E41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485E41 is #B7A1BE. Grayscale: #545454. Windows color (decimal): -12034495 or 4283976. OLE color: 4283976.
HSL color Cylindrical-coordinate representation of color #485E41: hue angle of 105.52º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #485E41 is Cyan = 0.23, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 72 | 94 | 65 | - |
| CMYK | 0.23 | 0 | 0.31 | 0.63 |
| HSL | 105.52º | 0.18% | 0.31% | - |
| HSV(B) | 105.52º | 0.31% | 0.37% | - |
| XYZ | 7.63 | 9.76 | 6.48 | - |
| YUV | 84.12 | 117.21 | 119.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 94 | 65 | 0.23 | 0 | 0.31 | 0.63 | 105.52 | 0.18 | 0.31 |
| Hex | 48 | 5E | 41 | 17 | 0 | 1F | 3F | 6A | 12 | 1F |
| Octal | 110 | 136 | 101 | 27 | 0 | 37 | 77 | 152 | 22 | 37 |
| Binary | 1001000 | 1011110 | 1000001 | 10111 | 0 | 11111 | 111111 | 1101010 | 10010 | 11111 |
Color Harmonies of #485E41
Complementary color
Monochromatic Colors of #485E41
Black with #485E41
Text Example
Text Example
White with #485E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485E41; }
p { color: rgb(72,94,65); }
H1.HeaderClassName
{
color: #485E41;
}
.AnyTagClassName
{
color: #485E41;
}
</style>
background-color css
<style>
a { background-color: #485E41; }
a { background-color: rgb(72,94,65); }
div.DivClassName
{
background-color: #485E41;
}
.BgClassName
{
background-color: #485E41;
}
</style>
border-color css
<style>
span { border-color: #485E41; }
span { border-color: rgb(72,94,65); }
td.TdClassName
{
border-color: #485E41;
}
.TagClassName
{
border-color: #485E41;
}
</style>