Shades of Tawny Port #5A4148
Tints of Tawny Port #5A4148
RGB
CMYK
RGB Variations
Color information
#5A4148 (or 0x5A4148) is known color: Tawny Port. HEX triplet: 5A, 41 and 48. RGB value is (90,65,72). Sum of RGB (Red+Green+Blue) = 90+65+72=227 (30% of max value = 765). Red value is 90 (35.55% from 255 or 39.65% from 227); Green value is 65 (25.78% from 255 or 28.63% from 227); Blue value is 72 (28.52% from 255 or 31.72% from 227); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4148 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A4148 is #A5BEB7. Grayscale: #494949. Windows color (decimal): -10862264 or 4735322. OLE color: 4735322.
HSL color Cylindrical-coordinate representation of color #5A4148: hue angle of 343.2º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #5A4148 is Cyan = 0, Magento = 0.28, Yellow = 0.20 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 65 | 72 | - |
| CMYK | 0 | 0.28 | 0.20 | 0.65 |
| HSL | 343.2º | 0.16% | 0.3% | - |
| HSV(B) | 343.2º | 0.28% | 0.35% | - |
| XYZ | 7.28 | 6.42 | 6.99 | - |
| YUV | 73.27 | 127.28 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 65 | 72 | 0 | 0.28 | 0.20 | 0.65 | 343.2 | 0.16 | 0.3 |
| Hex | 5A | 41 | 48 | 0 | 1C | 14 | 41 | 157 | 10 | 1E |
| Octal | 132 | 101 | 110 | 0 | 34 | 24 | 101 | 527 | 20 | 36 |
| Binary | 1011010 | 1000001 | 1001000 | 0 | 11100 | 10100 | 1000001 | 101010111 | 10000 | 11110 |
Color Harmonies of #5A4148
Complementary color
Monochromatic Colors of #5A4148
Black with #5A4148
Text Example
Text Example
White with #5A4148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A4148; }
p { color: rgb(90,65,72); }
H1.HeaderClassName
{
color: #5A4148;
}
.AnyTagClassName
{
color: #5A4148;
}
</style>
background-color css
<style>
a { background-color: #5A4148; }
a { background-color: rgb(90,65,72); }
div.DivClassName
{
background-color: #5A4148;
}
.BgClassName
{
background-color: #5A4148;
}
</style>
border-color css
<style>
span { border-color: #5A4148; }
span { border-color: rgb(90,65,72); }
td.TdClassName
{
border-color: #5A4148;
}
.TagClassName
{
border-color: #5A4148;
}
</style>