Shades of Tom Thumb #4B613F
Tints of Tom Thumb #4B613F
RGB
CMYK
RGB Variations
Color information
#4B613F (or 0x4B613F) is known color: Tom Thumb. HEX triplet: 4B, 61 and 3F. RGB value is (75,97,63). Sum of RGB (Red+Green+Blue) = 75+97+63=235 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.91% from 235); Green value is 97 (38.28% from 255 or 41.28% from 235); Blue value is 63 (25% from 255 or 26.81% from 235); Max value from RGB is 97 - color contains mainly: green. Hex color #4B613F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B613F is #B49EC0. Grayscale: #565656. Windows color (decimal): -11837121 or 4153675. OLE color: 4153675.
HSL color Cylindrical-coordinate representation of color #4B613F: hue angle of 98.82º degrees, saturation: 0.21, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4B613F is Cyan = 0.23, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 75 | 97 | 63 | - |
| CMYK | 0.23 | 0 | 0.35 | 0.62 |
| HSL | 98.82º | 0.21% | 0.31% | - |
| HSV(B) | 98.82º | 0.35% | 0.38% | - |
| XYZ | 8.07 | 10.4 | 6.29 | - |
| YUV | 86.55 | 114.71 | 119.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 97 | 63 | 0.23 | 0 | 0.35 | 0.62 | 98.82 | 0.21 | 0.31 |
| Hex | 4B | 61 | 3F | 17 | 0 | 23 | 3E | 63 | 15 | 1F |
| Octal | 113 | 141 | 77 | 27 | 0 | 43 | 76 | 143 | 25 | 37 |
| Binary | 1001011 | 1100001 | 111111 | 10111 | 0 | 100011 | 111110 | 1100011 | 10101 | 11111 |
Color Harmonies of #4B613F
Complementary color
Monochromatic Colors of #4B613F
Black with #4B613F
Text Example
Text Example
White with #4B613F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B613F; }
p { color: rgb(75,97,63); }
H1.HeaderClassName
{
color: #4B613F;
}
.AnyTagClassName
{
color: #4B613F;
}
</style>
background-color css
<style>
a { background-color: #4B613F; }
a { background-color: rgb(75,97,63); }
div.DivClassName
{
background-color: #4B613F;
}
.BgClassName
{
background-color: #4B613F;
}
</style>
border-color css
<style>
span { border-color: #4B613F; }
span { border-color: rgb(75,97,63); }
td.TdClassName
{
border-color: #4B613F;
}
.TagClassName
{
border-color: #4B613F;
}
</style>