Shades of Tawny Port #553D47
Tints of Tawny Port #553D47
RGB
CMYK
RGB Variations
Color information
#553D47 (or 0x553D47) is known color: Tawny Port. HEX triplet: 55, 3D and 47. RGB value is (85,61,71). Sum of RGB (Red+Green+Blue) = 85+61+71=217 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.17% from 217); Green value is 61 (24.22% from 255 or 28.11% from 217); Blue value is 71 (28.12% from 255 or 32.72% from 217); Max value from RGB is 85 - color contains mainly: red. Hex color #553D47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553D47 is #AAC2B8. Grayscale: #454545. Windows color (decimal): -11190969 or 4668757. OLE color: 4668757.
HSL color Cylindrical-coordinate representation of color #553D47: hue angle of 335º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #553D47 is Cyan = 0, Magento = 0.28, Yellow = 0.16 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 61 | 71 | - |
| CMYK | 0 | 0.28 | 0.16 | 0.67 |
| HSL | 335º | 0.16% | 0.29% | - |
| HSV(B) | 335º | 0.28% | 0.33% | - |
| XYZ | 6.55 | 5.72 | 6.72 | - |
| YUV | 69.32 | 128.95 | 139.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 61 | 71 | 0 | 0.28 | 0.16 | 0.67 | 335 | 0.16 | 0.29 |
| Hex | 55 | 3D | 47 | 0 | 1C | 10 | 43 | 14F | 10 | 1D |
| Octal | 125 | 75 | 107 | 0 | 34 | 20 | 103 | 517 | 20 | 35 |
| Binary | 1010101 | 111101 | 1000111 | 0 | 11100 | 10000 | 1000011 | 101001111 | 10000 | 11101 |
Color Harmonies of #553D47
Complementary color
Monochromatic Colors of #553D47
Black with #553D47
Text Example
Text Example
White with #553D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553D47; }
p { color: rgb(85,61,71); }
H1.HeaderClassName
{
color: #553D47;
}
.AnyTagClassName
{
color: #553D47;
}
</style>
background-color css
<style>
a { background-color: #553D47; }
a { background-color: rgb(85,61,71); }
div.DivClassName
{
background-color: #553D47;
}
.BgClassName
{
background-color: #553D47;
}
</style>
border-color css
<style>
span { border-color: #553D47; }
span { border-color: rgb(85,61,71); }
td.TdClassName
{
border-color: #553D47;
}
.TagClassName
{
border-color: #553D47;
}
</style>