Shades of Tom Thumb #4B683F
Tints of Tom Thumb #4B683F
RGB
CMYK
RGB Variations
Color information
#4B683F (or 0x4B683F) is known color: Tom Thumb. HEX triplet: 4B, 68 and 3F. RGB value is (75,104,63). Sum of RGB (Red+Green+Blue) = 75+104+63=242 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.99% from 242); Green value is 104 (41.02% from 255 or 42.98% from 242); Blue value is 63 (25% from 255 or 26.03% from 242); Max value from RGB is 104 - color contains mainly: green. Hex color #4B683F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B683F is #B497C0. Grayscale: #5A5A5A. Windows color (decimal): -11835329 or 4155467. OLE color: 4155467.
HSL color Cylindrical-coordinate representation of color #4B683F: hue angle of 102.44º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4B683F is Cyan = 0.28, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 75 | 104 | 63 | - |
| CMYK | 0.28 | 0 | 0.39 | 0.59 |
| HSL | 102.44º | 0.25% | 0.33% | - |
| HSV(B) | 102.44º | 0.39% | 0.41% | - |
| XYZ | 8.75 | 11.76 | 6.51 | - |
| YUV | 90.66 | 112.39 | 116.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 104 | 63 | 0.28 | 0 | 0.39 | 0.59 | 102.44 | 0.25 | 0.33 |
| Hex | 4B | 68 | 3F | 1C | 0 | 27 | 3B | 66 | 19 | 21 |
| Octal | 113 | 150 | 77 | 34 | 0 | 47 | 73 | 146 | 31 | 41 |
| Binary | 1001011 | 1101000 | 111111 | 11100 | 0 | 100111 | 111011 | 1100110 | 11001 | 100001 |
Color Harmonies of #4B683F
Complementary color
Monochromatic Colors of #4B683F
Black with #4B683F
Text Example
Text Example
White with #4B683F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B683F; }
p { color: rgb(75,104,63); }
H1.HeaderClassName
{
color: #4B683F;
}
.AnyTagClassName
{
color: #4B683F;
}
</style>
background-color css
<style>
a { background-color: #4B683F; }
a { background-color: rgb(75,104,63); }
div.DivClassName
{
background-color: #4B683F;
}
.BgClassName
{
background-color: #4B683F;
}
</style>
border-color css
<style>
span { border-color: #4B683F; }
span { border-color: rgb(75,104,63); }
td.TdClassName
{
border-color: #4B683F;
}
.TagClassName
{
border-color: #4B683F;
}
</style>