Shades of Tawny Port #553C43
Tints of Tawny Port #553C43
RGB
CMYK
RGB Variations
Color information
#553C43 (or 0x553C43) is known color: Tawny Port. HEX triplet: 55, 3C and 43. RGB value is (85,60,67). Sum of RGB (Red+Green+Blue) = 85+60+67=212 (28% of max value = 765). Red value is 85 (33.59% from 255 or 40.09% from 212); Green value is 60 (23.83% from 255 or 28.30% from 212); Blue value is 67 (26.56% from 255 or 31.60% from 212); Max value from RGB is 85 - color contains mainly: red. Hex color #553C43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553C43 is #AAC3BC. Grayscale: #444444. Windows color (decimal): -11191229 or 4406357. OLE color: 4406357.
HSL color Cylindrical-coordinate representation of color #553C43: hue angle of 343.2º 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 #553C43 is Cyan = 0, Magento = 0.29, Yellow = 0.21 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 60 | 67 | - |
| CMYK | 0 | 0.29 | 0.21 | 0.67 |
| HSL | 343.2º | 0.17% | 0.28% | - |
| HSV(B) | 343.2º | 0.29% | 0.33% | - |
| XYZ | 6.38 | 5.57 | 6.05 | - |
| YUV | 68.27 | 127.28 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 60 | 67 | 0 | 0.29 | 0.21 | 0.67 | 343.2 | 0.17 | 0.28 |
| Hex | 55 | 3C | 43 | 0 | 1D | 15 | 43 | 157 | 11 | 1C |
| Octal | 125 | 74 | 103 | 0 | 35 | 25 | 103 | 527 | 21 | 34 |
| Binary | 1010101 | 111100 | 1000011 | 0 | 11101 | 10101 | 1000011 | 101010111 | 10001 | 11100 |
Color Harmonies of #553C43
Complementary color
Monochromatic Colors of #553C43
Black with #553C43
Text Example
Text Example
White with #553C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553C43; }
p { color: rgb(85,60,67); }
H1.HeaderClassName
{
color: #553C43;
}
.AnyTagClassName
{
color: #553C43;
}
</style>
background-color css
<style>
a { background-color: #553C43; }
a { background-color: rgb(85,60,67); }
div.DivClassName
{
background-color: #553C43;
}
.BgClassName
{
background-color: #553C43;
}
</style>
border-color css
<style>
span { border-color: #553C43; }
span { border-color: rgb(85,60,67); }
td.TdClassName
{
border-color: #553C43;
}
.TagClassName
{
border-color: #553C43;
}
</style>