Shades of Tom Thumb #4B653D
Tints of Tom Thumb #4B653D
RGB
CMYK
RGB Variations
Color information
#4B653D (or 0x4B653D) is known color: Tom Thumb. HEX triplet: 4B, 65 and 3D. RGB value is (75,101,61). Sum of RGB (Red+Green+Blue) = 75+101+61=237 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.65% from 237); Green value is 101 (39.84% from 255 or 42.62% from 237); Blue value is 61 (24.22% from 255 or 25.74% from 237); Max value from RGB is 101 - color contains mainly: green. Hex color #4B653D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B653D is #B49AC2. Grayscale: #585858. Windows color (decimal): -11836099 or 4023627. OLE color: 4023627.
HSL color Cylindrical-coordinate representation of color #4B653D: hue angle of 99º 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 #4B653D is Cyan = 0.26, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 75 | 101 | 61 | - |
| CMYK | 0.26 | 0 | 0.40 | 0.60 |
| HSL | 99º | 0.25% | 0.32% | - |
| HSV(B) | 99º | 0.4% | 0.4% | - |
| XYZ | 8.4 | 11.14 | 6.12 | - |
| YUV | 88.67 | 112.39 | 118.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 101 | 61 | 0.26 | 0 | 0.40 | 0.60 | 99 | 0.25 | 0.32 |
| Hex | 4B | 65 | 3D | 1A | 0 | 28 | 3C | 63 | 19 | 20 |
| Octal | 113 | 145 | 75 | 32 | 0 | 50 | 74 | 143 | 31 | 40 |
| Binary | 1001011 | 1100101 | 111101 | 11010 | 0 | 101000 | 111100 | 1100011 | 11001 | 100000 |
Color Harmonies of #4B653D
Complementary color
Monochromatic Colors of #4B653D
Black with #4B653D
Text Example
Text Example
White with #4B653D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B653D; }
p { color: rgb(75,101,61); }
H1.HeaderClassName
{
color: #4B653D;
}
.AnyTagClassName
{
color: #4B653D;
}
</style>
background-color css
<style>
a { background-color: #4B653D; }
a { background-color: rgb(75,101,61); }
div.DivClassName
{
background-color: #4B653D;
}
.BgClassName
{
background-color: #4B653D;
}
</style>
border-color css
<style>
span { border-color: #4B653D; }
span { border-color: rgb(75,101,61); }
td.TdClassName
{
border-color: #4B653D;
}
.TagClassName
{
border-color: #4B653D;
}
</style>