Shades of Tawny Port #553C44
Tints of Tawny Port #553C44
RGB
CMYK
RGB Variations
Color information
#553C44 (or 0x553C44) is known color: Tawny Port. HEX triplet: 55, 3C and 44. RGB value is (85,60,68). Sum of RGB (Red+Green+Blue) = 85+60+68=213 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.91% from 213); Green value is 60 (23.83% from 255 or 28.17% from 213); Blue value is 68 (26.95% from 255 or 31.92% from 213); Max value from RGB is 85 - color contains mainly: red. Hex color #553C44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553C44 is #AAC3BB. Grayscale: #444444. Windows color (decimal): -11191228 or 4471893. OLE color: 4471893.
HSL color Cylindrical-coordinate representation of color #553C44: hue angle of 340.8º 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 #553C44 is Cyan = 0, Magento = 0.29, Yellow = 0.20 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 60 | 68 | - |
| CMYK | 0 | 0.29 | 0.20 | 0.67 |
| HSL | 340.8º | 0.17% | 0.28% | - |
| HSV(B) | 340.8º | 0.29% | 0.33% | - |
| XYZ | 6.41 | 5.58 | 6.21 | - |
| YUV | 68.39 | 127.78 | 139.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 60 | 68 | 0 | 0.29 | 0.20 | 0.67 | 340.8 | 0.17 | 0.28 |
| Hex | 55 | 3C | 44 | 0 | 1D | 14 | 43 | 155 | 11 | 1C |
| Octal | 125 | 74 | 104 | 0 | 35 | 24 | 103 | 525 | 21 | 34 |
| Binary | 1010101 | 111100 | 1000100 | 0 | 11101 | 10100 | 1000011 | 101010101 | 10001 | 11100 |
Color Harmonies of #553C44
Complementary color
Monochromatic Colors of #553C44
Black with #553C44
Text Example
Text Example
White with #553C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553C44; }
p { color: rgb(85,60,68); }
H1.HeaderClassName
{
color: #553C44;
}
.AnyTagClassName
{
color: #553C44;
}
</style>
background-color css
<style>
a { background-color: #553C44; }
a { background-color: rgb(85,60,68); }
div.DivClassName
{
background-color: #553C44;
}
.BgClassName
{
background-color: #553C44;
}
</style>
border-color css
<style>
span { border-color: #553C44; }
span { border-color: rgb(85,60,68); }
td.TdClassName
{
border-color: #553C44;
}
.TagClassName
{
border-color: #553C44;
}
</style>