Shades of Tom Thumb #4B6545
Tints of Tom Thumb #4B6545
RGB
CMYK
RGB Variations
Color information
#4B6545 (or 0x4B6545) is known color: Tom Thumb. HEX triplet: 4B, 65 and 45. RGB value is (75,101,69). Sum of RGB (Red+Green+Blue) = 75+101+69=245 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.61% from 245); Green value is 101 (39.84% from 255 or 41.22% from 245); Blue value is 69 (27.34% from 255 or 28.16% from 245); Max value from RGB is 101 - color contains mainly: green. Hex color #4B6545 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B6545 is #B49ABA. Grayscale: #595959. Windows color (decimal): -11836091 or 4547915. OLE color: 4547915.
HSL color Cylindrical-coordinate representation of color #4B6545: hue angle of 108.75º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4B6545 is Cyan = 0.26, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 75 | 101 | 69 | - |
| CMYK | 0.26 | 0 | 0.32 | 0.60 |
| HSL | 108.75º | 0.19% | 0.33% | - |
| HSV(B) | 108.75º | 0.32% | 0.4% | - |
| XYZ | 8.63 | 11.23 | 7.34 | - |
| YUV | 89.58 | 116.39 | 117.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 101 | 69 | 0.26 | 0 | 0.32 | 0.60 | 108.75 | 0.19 | 0.33 |
| Hex | 4B | 65 | 45 | 1A | 0 | 20 | 3C | 6D | 13 | 21 |
| Octal | 113 | 145 | 105 | 32 | 0 | 40 | 74 | 155 | 23 | 41 |
| Binary | 1001011 | 1100101 | 1000101 | 11010 | 0 | 100000 | 111100 | 1101101 | 10011 | 100001 |
Color Harmonies of #4B6545
Complementary color
Monochromatic Colors of #4B6545
Black with #4B6545
Text Example
Text Example
White with #4B6545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B6545; }
p { color: rgb(75,101,69); }
H1.HeaderClassName
{
color: #4B6545;
}
.AnyTagClassName
{
color: #4B6545;
}
</style>
background-color css
<style>
a { background-color: #4B6545; }
a { background-color: rgb(75,101,69); }
div.DivClassName
{
background-color: #4B6545;
}
.BgClassName
{
background-color: #4B6545;
}
</style>
border-color css
<style>
span { border-color: #4B6545; }
span { border-color: rgb(75,101,69); }
td.TdClassName
{
border-color: #4B6545;
}
.TagClassName
{
border-color: #4B6545;
}
</style>