Shades of Tawny Port #553945
Tints of Tawny Port #553945
RGB
CMYK
RGB Variations
Color information
#553945 (or 0x553945) is known color: Tawny Port. HEX triplet: 55, 39 and 45. RGB value is (85,57,69). Sum of RGB (Red+Green+Blue) = 85+57+69=211 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.28% from 211); Green value is 57 (22.66% from 255 or 27.01% from 211); Blue value is 69 (27.34% from 255 or 32.70% from 211); Max value from RGB is 85 - color contains mainly: red. Hex color #553945 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #553945 is #AAC6BA. Grayscale: #424242. Windows color (decimal): -11191995 or 4536661. OLE color: 4536661.
HSL color Cylindrical-coordinate representation of color #553945: hue angle of 334.29º degrees, saturation: 0.2, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #553945 is Cyan = 0, Magento = 0.33, Yellow = 0.19 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 57 | 69 | - |
| CMYK | 0 | 0.33 | 0.19 | 0.67 |
| HSL | 334.29º | 0.2% | 0.28% | - |
| HSV(B) | 334.29º | 0.33% | 0.33% | - |
| XYZ | 6.28 | 5.29 | 6.32 | - |
| YUV | 66.74 | 129.28 | 141.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 57 | 69 | 0 | 0.33 | 0.19 | 0.67 | 334.29 | 0.2 | 0.28 |
| Hex | 55 | 39 | 45 | 0 | 21 | 13 | 43 | 14E | 14 | 1C |
| Octal | 125 | 71 | 105 | 0 | 41 | 23 | 103 | 516 | 24 | 34 |
| Binary | 1010101 | 111001 | 1000101 | 0 | 100001 | 10011 | 1000011 | 101001110 | 10100 | 11100 |
Color Harmonies of #553945
Complementary color
Monochromatic Colors of #553945
Black with #553945
Text Example
Text Example
White with #553945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553945; }
p { color: rgb(85,57,69); }
H1.HeaderClassName
{
color: #553945;
}
.AnyTagClassName
{
color: #553945;
}
</style>
background-color css
<style>
a { background-color: #553945; }
a { background-color: rgb(85,57,69); }
div.DivClassName
{
background-color: #553945;
}
.BgClassName
{
background-color: #553945;
}
</style>
border-color css
<style>
span { border-color: #553945; }
span { border-color: rgb(85,57,69); }
td.TdClassName
{
border-color: #553945;
}
.TagClassName
{
border-color: #553945;
}
</style>