Shades of Tom Thumb #485F42
Tints of Tom Thumb #485F42
RGB
CMYK
RGB Variations
Color information
#485F42 (or 0x485F42) is known color: Tom Thumb. HEX triplet: 48, 5F and 42. RGB value is (72,95,66). Sum of RGB (Red+Green+Blue) = 72+95+66=233 (30% of max value = 765). Red value is 72 (28.52% from 255 or 30.90% from 233); Green value is 95 (37.5% from 255 or 40.77% from 233); Blue value is 66 (26.17% from 255 or 28.33% from 233); Max value from RGB is 95 - color contains mainly: green. Hex color #485F42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485F42 is #B7A0BD. Grayscale: #545454. Windows color (decimal): -12034238 or 4349768. OLE color: 4349768.
HSL color Cylindrical-coordinate representation of color #485F42: hue angle of 107.59º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #485F42 is Cyan = 0.24, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 72 | 95 | 66 | - |
| CMYK | 0.24 | 0 | 0.31 | 0.63 |
| HSL | 107.59º | 0.18% | 0.32% | - |
| HSV(B) | 107.59º | 0.31% | 0.37% | - |
| XYZ | 7.75 | 9.96 | 6.67 | - |
| YUV | 84.82 | 117.38 | 118.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 95 | 66 | 0.24 | 0 | 0.31 | 0.63 | 107.59 | 0.18 | 0.32 |
| Hex | 48 | 5F | 42 | 18 | 0 | 1F | 3F | 6C | 12 | 20 |
| Octal | 110 | 137 | 102 | 30 | 0 | 37 | 77 | 154 | 22 | 40 |
| Binary | 1001000 | 1011111 | 1000010 | 11000 | 0 | 11111 | 111111 | 1101100 | 10010 | 100000 |
Color Harmonies of #485F42
Complementary color
Monochromatic Colors of #485F42
Black with #485F42
Text Example
Text Example
White with #485F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485F42; }
p { color: rgb(72,95,66); }
H1.HeaderClassName
{
color: #485F42;
}
.AnyTagClassName
{
color: #485F42;
}
</style>
background-color css
<style>
a { background-color: #485F42; }
a { background-color: rgb(72,95,66); }
div.DivClassName
{
background-color: #485F42;
}
.BgClassName
{
background-color: #485F42;
}
</style>
border-color css
<style>
span { border-color: #485F42; }
span { border-color: rgb(72,95,66); }
td.TdClassName
{
border-color: #485F42;
}
.TagClassName
{
border-color: #485F42;
}
</style>