Shades of Tawny Port #553F47
Tints of Tawny Port #553F47
RGB
CMYK
RGB Variations
Color information
#553F47 (or 0x553F47) is known color: Tawny Port. HEX triplet: 55, 3F and 47. RGB value is (85,63,71). Sum of RGB (Red+Green+Blue) = 85+63+71=219 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.81% from 219); Green value is 63 (25% from 255 or 28.77% from 219); Blue value is 71 (28.12% from 255 or 32.42% from 219); Max value from RGB is 85 - color contains mainly: red. Hex color #553F47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553F47 is #AAC0B8. Grayscale: #464646. Windows color (decimal): -11190457 or 4669269. OLE color: 4669269.
HSL color Cylindrical-coordinate representation of color #553F47: hue angle of 338.18º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #553F47 is Cyan = 0, Magento = 0.26, Yellow = 0.16 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 63 | 71 | - |
| CMYK | 0 | 0.26 | 0.16 | 0.67 |
| HSL | 338.18º | 0.15% | 0.29% | - |
| HSV(B) | 338.18º | 0.26% | 0.33% | - |
| XYZ | 6.66 | 5.94 | 6.76 | - |
| YUV | 70.49 | 128.29 | 138.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 63 | 71 | 0 | 0.26 | 0.16 | 0.67 | 338.18 | 0.15 | 0.29 |
| Hex | 55 | 3F | 47 | 0 | 1A | 10 | 43 | 152 | F | 1D |
| Octal | 125 | 77 | 107 | 0 | 32 | 20 | 103 | 522 | 17 | 35 |
| Binary | 1010101 | 111111 | 1000111 | 0 | 11010 | 10000 | 1000011 | 101010010 | 1111 | 11101 |
Color Harmonies of #553F47
Complementary color
Monochromatic Colors of #553F47
Black with #553F47
Text Example
Text Example
White with #553F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553F47; }
p { color: rgb(85,63,71); }
H1.HeaderClassName
{
color: #553F47;
}
.AnyTagClassName
{
color: #553F47;
}
</style>
background-color css
<style>
a { background-color: #553F47; }
a { background-color: rgb(85,63,71); }
div.DivClassName
{
background-color: #553F47;
}
.BgClassName
{
background-color: #553F47;
}
</style>
border-color css
<style>
span { border-color: #553F47; }
span { border-color: rgb(85,63,71); }
td.TdClassName
{
border-color: #553F47;
}
.TagClassName
{
border-color: #553F47;
}
</style>