Shades of Tom Thumb #4B6243
Tints of Tom Thumb #4B6243
RGB
CMYK
RGB Variations
Color information
#4B6243 (or 0x4B6243) is known color: Tom Thumb. HEX triplet: 4B, 62 and 43. RGB value is (75,98,67). Sum of RGB (Red+Green+Blue) = 75+98+67=240 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.25% from 240); Green value is 98 (38.67% from 255 or 40.83% from 240); Blue value is 67 (26.56% from 255 or 27.92% from 240); Max value from RGB is 98 - color contains mainly: green. Hex color #4B6243 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B6243 is #B49DBC. Grayscale: #575757. Windows color (decimal): -11836861 or 4416075. OLE color: 4416075.
HSL color Cylindrical-coordinate representation of color #4B6243: hue angle of 104.52º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4B6243 is Cyan = 0.23, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 75 | 98 | 67 | - |
| CMYK | 0.23 | 0 | 0.32 | 0.62 |
| HSL | 104.52º | 0.19% | 0.32% | - |
| HSV(B) | 104.52º | 0.32% | 0.38% | - |
| XYZ | 8.28 | 10.64 | 6.93 | - |
| YUV | 87.59 | 116.38 | 119.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 98 | 67 | 0.23 | 0 | 0.32 | 0.62 | 104.52 | 0.19 | 0.32 |
| Hex | 4B | 62 | 43 | 17 | 0 | 20 | 3E | 69 | 13 | 20 |
| Octal | 113 | 142 | 103 | 27 | 0 | 40 | 76 | 151 | 23 | 40 |
| Binary | 1001011 | 1100010 | 1000011 | 10111 | 0 | 100000 | 111110 | 1101001 | 10011 | 100000 |
Color Harmonies of #4B6243
Complementary color
Monochromatic Colors of #4B6243
Black with #4B6243
Text Example
Text Example
White with #4B6243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B6243; }
p { color: rgb(75,98,67); }
H1.HeaderClassName
{
color: #4B6243;
}
.AnyTagClassName
{
color: #4B6243;
}
</style>
background-color css
<style>
a { background-color: #4B6243; }
a { background-color: rgb(75,98,67); }
div.DivClassName
{
background-color: #4B6243;
}
.BgClassName
{
background-color: #4B6243;
}
</style>
border-color css
<style>
span { border-color: #4B6243; }
span { border-color: rgb(75,98,67); }
td.TdClassName
{
border-color: #4B6243;
}
.TagClassName
{
border-color: #4B6243;
}
</style>