Shades of Tawny Port #563A45
Tints of Tawny Port #563A45
RGB
CMYK
RGB Variations
Color information
#563A45 (or 0x563A45) is known color: Tawny Port. HEX triplet: 56, 3A and 45. RGB value is (86,58,69). Sum of RGB (Red+Green+Blue) = 86+58+69=213 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40.38% from 213); Green value is 58 (23.05% from 255 or 27.23% from 213); Blue value is 69 (27.34% from 255 or 32.39% from 213); Max value from RGB is 86 - color contains mainly: red. Hex color #563A45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #563A45 is #A9C5BA. Grayscale: #434343. Windows color (decimal): -11126203 or 4536918. OLE color: 4536918.
HSL color Cylindrical-coordinate representation of color #563A45: hue angle of 336.43º degrees, saturation: 0.19, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #563A45 is Cyan = 0, Magento = 0.33, Yellow = 0.20 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 58 | 69 | - |
| CMYK | 0 | 0.33 | 0.20 | 0.66 |
| HSL | 336.43º | 0.19% | 0.28% | - |
| HSV(B) | 336.43º | 0.33% | 0.34% | - |
| XYZ | 6.42 | 5.43 | 6.34 | - |
| YUV | 67.63 | 128.78 | 141.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 58 | 69 | 0 | 0.33 | 0.20 | 0.66 | 336.43 | 0.19 | 0.28 |
| Hex | 56 | 3A | 45 | 0 | 21 | 14 | 42 | 150 | 13 | 1C |
| Octal | 126 | 72 | 105 | 0 | 41 | 24 | 102 | 520 | 23 | 34 |
| Binary | 1010110 | 111010 | 1000101 | 0 | 100001 | 10100 | 1000010 | 101010000 | 10011 | 11100 |
Color Harmonies of #563A45
Complementary color
Monochromatic Colors of #563A45
Black with #563A45
Text Example
Text Example
White with #563A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #563A45; }
p { color: rgb(86,58,69); }
H1.HeaderClassName
{
color: #563A45;
}
.AnyTagClassName
{
color: #563A45;
}
</style>
background-color css
<style>
a { background-color: #563A45; }
a { background-color: rgb(86,58,69); }
div.DivClassName
{
background-color: #563A45;
}
.BgClassName
{
background-color: #563A45;
}
</style>
border-color css
<style>
span { border-color: #563A45; }
span { border-color: rgb(86,58,69); }
td.TdClassName
{
border-color: #563A45;
}
.TagClassName
{
border-color: #563A45;
}
</style>