Shades of Tom Thumb #48623F
Tints of Tom Thumb #48623F
RGB
CMYK
RGB Variations
Color information
#48623F (or 0x48623F) is known color: Tom Thumb. HEX triplet: 48, 62 and 3F. RGB value is (72,98,63). Sum of RGB (Red+Green+Blue) = 72+98+63=233 (30% of max value = 765). Red value is 72 (28.52% from 255 or 30.90% from 233); Green value is 98 (38.67% from 255 or 42.06% from 233); Blue value is 63 (25% from 255 or 27.04% from 233); Max value from RGB is 98 - color contains mainly: green. Hex color #48623F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48623F is #B79DC0. Grayscale: #565656. Windows color (decimal): -12033473 or 4153928. OLE color: 4153928.
HSL color Cylindrical-coordinate representation of color #48623F: hue angle of 104.57º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #48623F is Cyan = 0.27, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 72 | 98 | 63 | - |
| CMYK | 0.27 | 0 | 0.36 | 0.62 |
| HSL | 104.57º | 0.22% | 0.32% | - |
| HSV(B) | 104.57º | 0.36% | 0.38% | - |
| XYZ | 7.94 | 10.47 | 6.31 | - |
| YUV | 86.24 | 114.89 | 117.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 98 | 63 | 0.27 | 0 | 0.36 | 0.62 | 104.57 | 0.22 | 0.32 |
| Hex | 48 | 62 | 3F | 1B | 0 | 24 | 3E | 69 | 16 | 20 |
| Octal | 110 | 142 | 77 | 33 | 0 | 44 | 76 | 151 | 26 | 40 |
| Binary | 1001000 | 1100010 | 111111 | 11011 | 0 | 100100 | 111110 | 1101001 | 10110 | 100000 |
Color Harmonies of #48623F
Complementary color
Monochromatic Colors of #48623F
Black with #48623F
Text Example
Text Example
White with #48623F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48623F; }
p { color: rgb(72,98,63); }
H1.HeaderClassName
{
color: #48623F;
}
.AnyTagClassName
{
color: #48623F;
}
</style>
background-color css
<style>
a { background-color: #48623F; }
a { background-color: rgb(72,98,63); }
div.DivClassName
{
background-color: #48623F;
}
.BgClassName
{
background-color: #48623F;
}
</style>
border-color css
<style>
span { border-color: #48623F; }
span { border-color: rgb(72,98,63); }
td.TdClassName
{
border-color: #48623F;
}
.TagClassName
{
border-color: #48623F;
}
</style>