Shades of Tom Thumb #4B5C47
Tints of Tom Thumb #4B5C47
RGB
CMYK
RGB Variations
Color information
#4B5C47 (or 0x4B5C47) is known color: Tom Thumb. HEX triplet: 4B, 5C and 47. RGB value is (75,92,71). Sum of RGB (Red+Green+Blue) = 75+92+71=238 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.51% from 238); Green value is 92 (36.33% from 255 or 38.66% from 238); Blue value is 71 (28.12% from 255 or 29.83% from 238); Max value from RGB is 92 - color contains mainly: green. Hex color #4B5C47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B5C47 is #B4A3B8. Grayscale: #545454. Windows color (decimal): -11838393 or 4676683. OLE color: 4676683.
HSL color Cylindrical-coordinate representation of color #4B5C47: hue angle of 108.57º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4B5C47 is Cyan = 0.18, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 75 | 92 | 71 | - |
| CMYK | 0.18 | 0 | 0.23 | 0.64 |
| HSL | 108.57º | 0.13% | 0.32% | - |
| HSV(B) | 108.57º | 0.23% | 0.36% | - |
| XYZ | 7.87 | 9.61 | 7.4 | - |
| YUV | 84.52 | 120.37 | 121.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 92 | 71 | 0.18 | 0 | 0.23 | 0.64 | 108.57 | 0.13 | 0.32 |
| Hex | 4B | 5C | 47 | 12 | 0 | 17 | 40 | 6D | D | 20 |
| Octal | 113 | 134 | 107 | 22 | 0 | 27 | 100 | 155 | 15 | 40 |
| Binary | 1001011 | 1011100 | 1000111 | 10010 | 0 | 10111 | 1000000 | 1101101 | 1101 | 100000 |
Color Harmonies of #4B5C47
Complementary color
Monochromatic Colors of #4B5C47
Black with #4B5C47
Text Example
Text Example
White with #4B5C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B5C47; }
p { color: rgb(75,92,71); }
H1.HeaderClassName
{
color: #4B5C47;
}
.AnyTagClassName
{
color: #4B5C47;
}
</style>
background-color css
<style>
a { background-color: #4B5C47; }
a { background-color: rgb(75,92,71); }
div.DivClassName
{
background-color: #4B5C47;
}
.BgClassName
{
background-color: #4B5C47;
}
</style>
border-color css
<style>
span { border-color: #4B5C47; }
span { border-color: rgb(75,92,71); }
td.TdClassName
{
border-color: #4B5C47;
}
.TagClassName
{
border-color: #4B5C47;
}
</style>