Shades of Tom Thumb #48653E
Tints of Tom Thumb #48653E
RGB
CMYK
RGB Variations
Color information
#48653E (or 0x48653E) is known color: Tom Thumb. HEX triplet: 48, 65 and 3E. RGB value is (72,101,62). Sum of RGB (Red+Green+Blue) = 72+101+62=235 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.64% from 235); Green value is 101 (39.84% from 255 or 42.98% from 235); Blue value is 62 (24.61% from 255 or 26.38% from 235); Max value from RGB is 101 - color contains mainly: green. Hex color #48653E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48653E is #B79AC1. Grayscale: #585858. Windows color (decimal): -12032706 or 4089160. OLE color: 4089160.
HSL color Cylindrical-coordinate representation of color #48653E: hue angle of 104.62º degrees, saturation: 0.24, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #48653E is Cyan = 0.29, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 72 | 101 | 62 | - |
| CMYK | 0.29 | 0 | 0.39 | 0.60 |
| HSL | 104.62º | 0.24% | 0.32% | - |
| HSV(B) | 104.62º | 0.39% | 0.4% | - |
| XYZ | 8.2 | 11.03 | 6.26 | - |
| YUV | 87.88 | 113.39 | 116.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 101 | 62 | 0.29 | 0 | 0.39 | 0.60 | 104.62 | 0.24 | 0.32 |
| Hex | 48 | 65 | 3E | 1D | 0 | 27 | 3C | 69 | 18 | 20 |
| Octal | 110 | 145 | 76 | 35 | 0 | 47 | 74 | 151 | 30 | 40 |
| Binary | 1001000 | 1100101 | 111110 | 11101 | 0 | 100111 | 111100 | 1101001 | 11000 | 100000 |
Color Harmonies of #48653E
Complementary color
Monochromatic Colors of #48653E
Black with #48653E
Text Example
Text Example
White with #48653E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48653E; }
p { color: rgb(72,101,62); }
H1.HeaderClassName
{
color: #48653E;
}
.AnyTagClassName
{
color: #48653E;
}
</style>
background-color css
<style>
a { background-color: #48653E; }
a { background-color: rgb(72,101,62); }
div.DivClassName
{
background-color: #48653E;
}
.BgClassName
{
background-color: #48653E;
}
</style>
border-color css
<style>
span { border-color: #48653E; }
span { border-color: rgb(72,101,62); }
td.TdClassName
{
border-color: #48653E;
}
.TagClassName
{
border-color: #48653E;
}
</style>