Shades of Tom Thumb #4B5C43
Tints of Tom Thumb #4B5C43
RGB
CMYK
RGB Variations
Color information
#4B5C43 (or 0x4B5C43) is known color: Tom Thumb. HEX triplet: 4B, 5C and 43. RGB value is (75,92,67). Sum of RGB (Red+Green+Blue) = 75+92+67=234 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.05% from 234); Green value is 92 (36.33% from 255 or 39.32% from 234); Blue value is 67 (26.56% from 255 or 28.63% from 234); Max value from RGB is 92 - color contains mainly: green. Hex color #4B5C43 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B5C43 is #B4A3BC. Grayscale: #545454. Windows color (decimal): -11838397 or 4414539. OLE color: 4414539.
HSL color Cylindrical-coordinate representation of color #4B5C43: hue angle of 100.8º degrees, saturation: 0.16, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4B5C43 is Cyan = 0.18, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 75 | 92 | 67 | - |
| CMYK | 0.18 | 0 | 0.27 | 0.64 |
| HSL | 100.8º | 0.16% | 0.31% | - |
| HSV(B) | 100.8º | 0.27% | 0.36% | - |
| XYZ | 7.74 | 9.56 | 6.75 | - |
| YUV | 84.07 | 118.37 | 121.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 92 | 67 | 0.18 | 0 | 0.27 | 0.64 | 100.8 | 0.16 | 0.31 |
| Hex | 4B | 5C | 43 | 12 | 0 | 1B | 40 | 65 | 10 | 1F |
| Octal | 113 | 134 | 103 | 22 | 0 | 33 | 100 | 145 | 20 | 37 |
| Binary | 1001011 | 1011100 | 1000011 | 10010 | 0 | 11011 | 1000000 | 1100101 | 10000 | 11111 |
Color Harmonies of #4B5C43
Complementary color
Monochromatic Colors of #4B5C43
Black with #4B5C43
Text Example
Text Example
White with #4B5C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B5C43; }
p { color: rgb(75,92,67); }
H1.HeaderClassName
{
color: #4B5C43;
}
.AnyTagClassName
{
color: #4B5C43;
}
</style>
background-color css
<style>
a { background-color: #4B5C43; }
a { background-color: rgb(75,92,67); }
div.DivClassName
{
background-color: #4B5C43;
}
.BgClassName
{
background-color: #4B5C43;
}
</style>
border-color css
<style>
span { border-color: #4B5C43; }
span { border-color: rgb(75,92,67); }
td.TdClassName
{
border-color: #4B5C43;
}
.TagClassName
{
border-color: #4B5C43;
}
</style>