Shades of Tom Thumb #4B5C45
Tints of Tom Thumb #4B5C45
RGB
CMYK
RGB Variations
Color information
#4B5C45 (or 0x4B5C45) is known color: Tom Thumb. HEX triplet: 4B, 5C and 45. RGB value is (75,92,69). Sum of RGB (Red+Green+Blue) = 75+92+69=236 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.78% from 236); Green value is 92 (36.33% from 255 or 38.98% from 236); Blue value is 69 (27.34% from 255 or 29.24% from 236); Max value from RGB is 92 - color contains mainly: green. Hex color #4B5C45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B5C45 is #B4A3BA. Grayscale: #545454. Windows color (decimal): -11838395 or 4545611. OLE color: 4545611.
HSL color Cylindrical-coordinate representation of color #4B5C45: hue angle of 104.35º degrees, saturation: 0.14, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #4B5C45 is Cyan = 0.18, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 75 | 92 | 69 | - |
| CMYK | 0.18 | 0 | 0.25 | 0.64 |
| HSL | 104.35º | 0.14% | 0.32% | - |
| HSV(B) | 104.35º | 0.25% | 0.36% | - |
| XYZ | 7.8 | 9.58 | 7.07 | - |
| YUV | 84.3 | 119.37 | 121.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 92 | 69 | 0.18 | 0 | 0.25 | 0.64 | 104.35 | 0.14 | 0.32 |
| Hex | 4B | 5C | 45 | 12 | 0 | 19 | 40 | 68 | E | 20 |
| Octal | 113 | 134 | 105 | 22 | 0 | 31 | 100 | 150 | 16 | 40 |
| Binary | 1001011 | 1011100 | 1000101 | 10010 | 0 | 11001 | 1000000 | 1101000 | 1110 | 100000 |
Color Harmonies of #4B5C45
Complementary color
Monochromatic Colors of #4B5C45
Black with #4B5C45
Text Example
Text Example
White with #4B5C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B5C45; }
p { color: rgb(75,92,69); }
H1.HeaderClassName
{
color: #4B5C45;
}
.AnyTagClassName
{
color: #4B5C45;
}
</style>
background-color css
<style>
a { background-color: #4B5C45; }
a { background-color: rgb(75,92,69); }
div.DivClassName
{
background-color: #4B5C45;
}
.BgClassName
{
background-color: #4B5C45;
}
</style>
border-color css
<style>
span { border-color: #4B5C45; }
span { border-color: rgb(75,92,69); }
td.TdClassName
{
border-color: #4B5C45;
}
.TagClassName
{
border-color: #4B5C45;
}
</style>