Shades of Tom Thumb #4B6341
Tints of Tom Thumb #4B6341
RGB
CMYK
RGB Variations
Color information
#4B6341 (or 0x4B6341) is known color: Tom Thumb. HEX triplet: 4B, 63 and 41. RGB value is (75,99,65). Sum of RGB (Red+Green+Blue) = 75+99+65=239 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.38% from 239); Green value is 99 (39.06% from 255 or 41.42% from 239); Blue value is 65 (25.78% from 255 or 27.20% from 239); Max value from RGB is 99 - color contains mainly: green. Hex color #4B6341 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B6341 is #B49CBE. Grayscale: #585858. Windows color (decimal): -11836607 or 4285259. OLE color: 4285259.
HSL color Cylindrical-coordinate representation of color #4B6341: hue angle of 102.35º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4B6341 is Cyan = 0.24, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 75 | 99 | 65 | - |
| CMYK | 0.24 | 0 | 0.34 | 0.61 |
| HSL | 102.35º | 0.21% | 0.32% | - |
| HSV(B) | 102.35º | 0.34% | 0.39% | - |
| XYZ | 8.32 | 10.8 | 6.65 | - |
| YUV | 87.95 | 115.05 | 118.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 99 | 65 | 0.24 | 0 | 0.34 | 0.61 | 102.35 | 0.21 | 0.32 |
| Hex | 4B | 63 | 41 | 18 | 0 | 22 | 3D | 66 | 15 | 20 |
| Octal | 113 | 143 | 101 | 30 | 0 | 42 | 75 | 146 | 25 | 40 |
| Binary | 1001011 | 1100011 | 1000001 | 11000 | 0 | 100010 | 111101 | 1100110 | 10101 | 100000 |
Color Harmonies of #4B6341
Complementary color
Monochromatic Colors of #4B6341
Black with #4B6341
Text Example
Text Example
White with #4B6341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B6341; }
p { color: rgb(75,99,65); }
H1.HeaderClassName
{
color: #4B6341;
}
.AnyTagClassName
{
color: #4B6341;
}
</style>
background-color css
<style>
a { background-color: #4B6341; }
a { background-color: rgb(75,99,65); }
div.DivClassName
{
background-color: #4B6341;
}
.BgClassName
{
background-color: #4B6341;
}
</style>
border-color css
<style>
span { border-color: #4B6341; }
span { border-color: rgb(75,99,65); }
td.TdClassName
{
border-color: #4B6341;
}
.TagClassName
{
border-color: #4B6341;
}
</style>