Shades of Tom Thumb #485C43
Tints of Tom Thumb #485C43
RGB
CMYK
RGB Variations
Color information
#485C43 (or 0x485C43) is known color: Tom Thumb. HEX triplet: 48, 5C and 43. RGB value is (72,92,67). Sum of RGB (Red+Green+Blue) = 72+92+67=231 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.17% from 231); Green value is 92 (36.33% from 255 or 39.83% from 231); Blue value is 67 (26.56% from 255 or 29.00% from 231); Max value from RGB is 92 - color contains mainly: green. Hex color #485C43 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485C43 is #B7A3BC. Grayscale: #535353. Windows color (decimal): -12035005 or 4414536. OLE color: 4414536.
HSL color Cylindrical-coordinate representation of color #485C43: hue angle of 108º 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 #485C43 is Cyan = 0.22, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 72 | 92 | 67 | - |
| CMYK | 0.22 | 0 | 0.27 | 0.64 |
| HSL | 108º | 0.16% | 0.31% | - |
| HSV(B) | 108º | 0.27% | 0.36% | - |
| XYZ | 7.51 | 9.44 | 6.74 | - |
| YUV | 83.17 | 118.87 | 120.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 92 | 67 | 0.22 | 0 | 0.27 | 0.64 | 108 | 0.16 | 0.31 |
| Hex | 48 | 5C | 43 | 16 | 0 | 1B | 40 | 6C | 10 | 1F |
| Octal | 110 | 134 | 103 | 26 | 0 | 33 | 100 | 154 | 20 | 37 |
| Binary | 1001000 | 1011100 | 1000011 | 10110 | 0 | 11011 | 1000000 | 1101100 | 10000 | 11111 |
Color Harmonies of #485C43
Complementary color
Monochromatic Colors of #485C43
Black with #485C43
Text Example
Text Example
White with #485C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485C43; }
p { color: rgb(72,92,67); }
H1.HeaderClassName
{
color: #485C43;
}
.AnyTagClassName
{
color: #485C43;
}
</style>
background-color css
<style>
a { background-color: #485C43; }
a { background-color: rgb(72,92,67); }
div.DivClassName
{
background-color: #485C43;
}
.BgClassName
{
background-color: #485C43;
}
</style>
border-color css
<style>
span { border-color: #485C43; }
span { border-color: rgb(72,92,67); }
td.TdClassName
{
border-color: #485C43;
}
.TagClassName
{
border-color: #485C43;
}
</style>