Shades of Tom Thumb #48633E
Tints of Tom Thumb #48633E
RGB
CMYK
RGB Variations
Color information
#48633E (or 0x48633E) is known color: Tom Thumb. HEX triplet: 48, 63 and 3E. RGB value is (72,99,62). Sum of RGB (Red+Green+Blue) = 72+99+62=233 (30% of max value = 765). Red value is 72 (28.52% from 255 or 30.90% from 233); Green value is 99 (39.06% from 255 or 42.49% from 233); Blue value is 62 (24.61% from 255 or 26.61% from 233); Max value from RGB is 99 - color contains mainly: green. Hex color #48633E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48633E is #B79CC1. Grayscale: #565656. Windows color (decimal): -12033218 or 4088648. OLE color: 4088648.
HSL color Cylindrical-coordinate representation of color #48633E: hue angle of 103.78º degrees, saturation: 0.23, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #48633E is Cyan = 0.27, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 72 | 99 | 62 | - |
| CMYK | 0.27 | 0 | 0.37 | 0.61 |
| HSL | 103.78º | 0.23% | 0.32% | - |
| HSV(B) | 103.78º | 0.37% | 0.39% | - |
| XYZ | 8 | 10.65 | 6.19 | - |
| YUV | 86.71 | 114.05 | 117.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 99 | 62 | 0.27 | 0 | 0.37 | 0.61 | 103.78 | 0.23 | 0.32 |
| Hex | 48 | 63 | 3E | 1B | 0 | 25 | 3D | 68 | 17 | 20 |
| Octal | 110 | 143 | 76 | 33 | 0 | 45 | 75 | 150 | 27 | 40 |
| Binary | 1001000 | 1100011 | 111110 | 11011 | 0 | 100101 | 111101 | 1101000 | 10111 | 100000 |
Color Harmonies of #48633E
Complementary color
Monochromatic Colors of #48633E
Black with #48633E
Text Example
Text Example
White with #48633E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48633E; }
p { color: rgb(72,99,62); }
H1.HeaderClassName
{
color: #48633E;
}
.AnyTagClassName
{
color: #48633E;
}
</style>
background-color css
<style>
a { background-color: #48633E; }
a { background-color: rgb(72,99,62); }
div.DivClassName
{
background-color: #48633E;
}
.BgClassName
{
background-color: #48633E;
}
</style>
border-color css
<style>
span { border-color: #48633E; }
span { border-color: rgb(72,99,62); }
td.TdClassName
{
border-color: #48633E;
}
.TagClassName
{
border-color: #48633E;
}
</style>