Shades of Tom Thumb #48643D
Tints of Tom Thumb #48643D
RGB
CMYK
RGB Variations
Color information
#48643D (or 0x48643D) is known color: Tom Thumb. HEX triplet: 48, 64 and 3D. RGB value is (72,100,61). Sum of RGB (Red+Green+Blue) = 72+100+61=233 (30% of max value = 765). Red value is 72 (28.52% from 255 or 30.90% from 233); Green value is 100 (39.45% from 255 or 42.92% from 233); Blue value is 61 (24.22% from 255 or 26.18% from 233); Max value from RGB is 100 - color contains mainly: green. Hex color #48643D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48643D is #B79BC2. Grayscale: #575757. Windows color (decimal): -12032963 or 4023368. OLE color: 4023368.
HSL color Cylindrical-coordinate representation of color #48643D: hue angle of 103.08º degrees, saturation: 0.24, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #48643D is Cyan = 0.28, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 72 | 100 | 61 | - |
| CMYK | 0.28 | 0 | 0.39 | 0.61 |
| HSL | 103.08º | 0.24% | 0.32% | - |
| HSV(B) | 103.08º | 0.39% | 0.39% | - |
| XYZ | 8.07 | 10.83 | 6.08 | - |
| YUV | 87.18 | 113.22 | 117.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 100 | 61 | 0.28 | 0 | 0.39 | 0.61 | 103.08 | 0.24 | 0.32 |
| Hex | 48 | 64 | 3D | 1C | 0 | 27 | 3D | 67 | 18 | 20 |
| Octal | 110 | 144 | 75 | 34 | 0 | 47 | 75 | 147 | 30 | 40 |
| Binary | 1001000 | 1100100 | 111101 | 11100 | 0 | 100111 | 111101 | 1100111 | 11000 | 100000 |
Color Harmonies of #48643D
Complementary color
Monochromatic Colors of #48643D
Black with #48643D
Text Example
Text Example
White with #48643D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48643D; }
p { color: rgb(72,100,61); }
H1.HeaderClassName
{
color: #48643D;
}
.AnyTagClassName
{
color: #48643D;
}
</style>
background-color css
<style>
a { background-color: #48643D; }
a { background-color: rgb(72,100,61); }
div.DivClassName
{
background-color: #48643D;
}
.BgClassName
{
background-color: #48643D;
}
</style>
border-color css
<style>
span { border-color: #48643D; }
span { border-color: rgb(72,100,61); }
td.TdClassName
{
border-color: #48643D;
}
.TagClassName
{
border-color: #48643D;
}
</style>