Shades of Tom Thumb #48663D
Tints of Tom Thumb #48663D
RGB
CMYK
RGB Variations
Color information
#48663D (or 0x48663D) is known color: Tom Thumb. HEX triplet: 48, 66 and 3D. RGB value is (72,102,61). Sum of RGB (Red+Green+Blue) = 72+102+61=235 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.64% from 235); Green value is 102 (40.23% from 255 or 43.40% from 235); Blue value is 61 (24.22% from 255 or 25.96% from 235); Max value from RGB is 102 - color contains mainly: green. Hex color #48663D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48663D is #B799C2. Grayscale: #585858. Windows color (decimal): -12032451 or 4023880. OLE color: 4023880.
HSL color Cylindrical-coordinate representation of color #48663D: hue angle of 103.9º degrees, saturation: 0.25, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #48663D is Cyan = 0.29, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 72 | 102 | 61 | - |
| CMYK | 0.29 | 0 | 0.40 | 0.6 |
| HSL | 103.9º | 0.25% | 0.32% | - |
| HSV(B) | 103.9º | 0.4% | 0.4% | - |
| XYZ | 8.27 | 11.22 | 6.14 | - |
| YUV | 88.36 | 112.56 | 116.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 102 | 61 | 0.29 | 0 | 0.40 | 0.6 | 103.9 | 0.25 | 0.32 |
| Hex | 48 | 66 | 3D | 1D | 0 | 28 | 3C | 68 | 19 | 20 |
| Octal | 110 | 146 | 75 | 35 | 0 | 50 | 74 | 150 | 31 | 40 |
| Binary | 1001000 | 1100110 | 111101 | 11101 | 0 | 101000 | 111100 | 1101000 | 11001 | 100000 |
Color Harmonies of #48663D
Complementary color
Monochromatic Colors of #48663D
Black with #48663D
Text Example
Text Example
White with #48663D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48663D; }
p { color: rgb(72,102,61); }
H1.HeaderClassName
{
color: #48663D;
}
.AnyTagClassName
{
color: #48663D;
}
</style>
background-color css
<style>
a { background-color: #48663D; }
a { background-color: rgb(72,102,61); }
div.DivClassName
{
background-color: #48663D;
}
.BgClassName
{
background-color: #48663D;
}
</style>
border-color css
<style>
span { border-color: #48663D; }
span { border-color: rgb(72,102,61); }
td.TdClassName
{
border-color: #48663D;
}
.TagClassName
{
border-color: #48663D;
}
</style>