Shades of Tom Thumb #52674F
Tints of Tom Thumb #52674F
RGB
CMYK
RGB Variations
Color information
#52674F (or 0x52674F) is known color: Tom Thumb. HEX triplet: 52, 67 and 4F. RGB value is (82,103,79). Sum of RGB (Red+Green+Blue) = 82+103+79=264 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.06% from 264); Green value is 103 (40.62% from 255 or 39.02% from 264); Blue value is 79 (31.25% from 255 or 29.92% from 264); Max value from RGB is 103 - color contains mainly: green. Hex color #52674F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52674F is #AD98B0. Grayscale: #5E5E5E. Windows color (decimal): -11376817 or 5203794. OLE color: 5203794.
HSL color Cylindrical-coordinate representation of color #52674F: hue angle of 112.5º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #52674F is Cyan = 0.20, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 82 | 103 | 79 | - |
| CMYK | 0.20 | 0 | 0.23 | 0.60 |
| HSL | 112.5º | 0.13% | 0.36% | - |
| HSV(B) | 112.5º | 0.23% | 0.4% | - |
| XYZ | 9.74 | 12.06 | 9.21 | - |
| YUV | 93.99 | 119.54 | 119.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 103 | 79 | 0.20 | 0 | 0.23 | 0.60 | 112.5 | 0.13 | 0.36 |
| Hex | 52 | 67 | 4F | 14 | 0 | 17 | 3C | 70 | D | 24 |
| Octal | 122 | 147 | 117 | 24 | 0 | 27 | 74 | 160 | 15 | 44 |
| Binary | 1010010 | 1100111 | 1001111 | 10100 | 0 | 10111 | 111100 | 1110000 | 1101 | 100100 |
Color Harmonies of #52674F
Complementary color
Monochromatic Colors of #52674F
Black with #52674F
Text Example
Text Example
White with #52674F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52674F; }
p { color: rgb(82,103,79); }
H1.HeaderClassName
{
color: #52674F;
}
.AnyTagClassName
{
color: #52674F;
}
</style>
background-color css
<style>
a { background-color: #52674F; }
a { background-color: rgb(82,103,79); }
div.DivClassName
{
background-color: #52674F;
}
.BgClassName
{
background-color: #52674F;
}
</style>
border-color css
<style>
span { border-color: #52674F; }
span { border-color: rgb(82,103,79); }
td.TdClassName
{
border-color: #52674F;
}
.TagClassName
{
border-color: #52674F;
}
</style>