Shades of Tawny Port #5A4049
Tints of Tawny Port #5A4049
RGB
CMYK
RGB Variations
Color information
#5A4049 (or 0x5A4049) is known color: Tawny Port. HEX triplet: 5A, 40 and 49. RGB value is (90,64,73). Sum of RGB (Red+Green+Blue) = 90+64+73=227 (30% of max value = 765). Red value is 90 (35.55% from 255 or 39.65% from 227); Green value is 64 (25.39% from 255 or 28.19% from 227); Blue value is 73 (28.91% from 255 or 32.16% from 227); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4049 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A4049 is #A5BFB6. Grayscale: #484848. Windows color (decimal): -10862519 or 4800602. OLE color: 4800602.
HSL color Cylindrical-coordinate representation of color #5A4049: hue angle of 339.23º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5A4049 is Cyan = 0, Magento = 0.29, Yellow = 0.19 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 64 | 73 | - |
| CMYK | 0 | 0.29 | 0.19 | 0.65 |
| HSL | 339.23º | 0.17% | 0.3% | - |
| HSV(B) | 339.23º | 0.29% | 0.35% | - |
| XYZ | 7.25 | 6.32 | 7.14 | - |
| YUV | 72.8 | 128.11 | 140.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 64 | 73 | 0 | 0.29 | 0.19 | 0.65 | 339.23 | 0.17 | 0.3 |
| Hex | 5A | 40 | 49 | 0 | 1D | 13 | 41 | 153 | 11 | 1E |
| Octal | 132 | 100 | 111 | 0 | 35 | 23 | 101 | 523 | 21 | 36 |
| Binary | 1011010 | 1000000 | 1001001 | 0 | 11101 | 10011 | 1000001 | 101010011 | 10001 | 11110 |
Color Harmonies of #5A4049
Complementary color
Monochromatic Colors of #5A4049
Black with #5A4049
Text Example
Text Example
White with #5A4049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4049; }
p { color: rgb(90,64,73); }
H1.HeaderClassName
{
color: #5A4049;
}
.AnyTagClassName
{
color: #5A4049;
}
</style>
background-color css
<style>
a { background-color: #5A4049; }
a { background-color: rgb(90,64,73); }
div.DivClassName
{
background-color: #5A4049;
}
.BgClassName
{
background-color: #5A4049;
}
</style>
border-color css
<style>
span { border-color: #5A4049; }
span { border-color: rgb(90,64,73); }
td.TdClassName
{
border-color: #5A4049;
}
.TagClassName
{
border-color: #5A4049;
}
</style>