Shades of Tawny Port #553C47
Tints of Tawny Port #553C47
RGB
CMYK
RGB Variations
Color information
#553C47 (or 0x553C47) is known color: Tawny Port. HEX triplet: 55, 3C and 47. RGB value is (85,60,71). Sum of RGB (Red+Green+Blue) = 85+60+71=216 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.35% from 216); Green value is 60 (23.83% from 255 or 27.78% from 216); Blue value is 71 (28.12% from 255 or 32.87% from 216); Max value from RGB is 85 - color contains mainly: red. Hex color #553C47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553C47 is #AAC3B8. Grayscale: #444444. Windows color (decimal): -11191225 or 4668501. OLE color: 4668501.
HSL color Cylindrical-coordinate representation of color #553C47: hue angle of 333.6º degrees, saturation: 0.17, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #553C47 is Cyan = 0, Magento = 0.29, Yellow = 0.16 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 60 | 71 | - |
| CMYK | 0 | 0.29 | 0.16 | 0.67 |
| HSL | 333.6º | 0.17% | 0.28% | - |
| HSV(B) | 333.6º | 0.29% | 0.33% | - |
| XYZ | 6.5 | 5.62 | 6.7 | - |
| YUV | 68.73 | 129.28 | 139.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 60 | 71 | 0 | 0.29 | 0.16 | 0.67 | 333.6 | 0.17 | 0.28 |
| Hex | 55 | 3C | 47 | 0 | 1D | 10 | 43 | 14E | 11 | 1C |
| Octal | 125 | 74 | 107 | 0 | 35 | 20 | 103 | 516 | 21 | 34 |
| Binary | 1010101 | 111100 | 1000111 | 0 | 11101 | 10000 | 1000011 | 101001110 | 10001 | 11100 |
Color Harmonies of #553C47
Complementary color
Monochromatic Colors of #553C47
Black with #553C47
Text Example
Text Example
White with #553C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553C47; }
p { color: rgb(85,60,71); }
H1.HeaderClassName
{
color: #553C47;
}
.AnyTagClassName
{
color: #553C47;
}
</style>
background-color css
<style>
a { background-color: #553C47; }
a { background-color: rgb(85,60,71); }
div.DivClassName
{
background-color: #553C47;
}
.BgClassName
{
background-color: #553C47;
}
</style>
border-color css
<style>
span { border-color: #553C47; }
span { border-color: rgb(85,60,71); }
td.TdClassName
{
border-color: #553C47;
}
.TagClassName
{
border-color: #553C47;
}
</style>