Shades of Tawny Port #5A3845
Tints of Tawny Port #5A3845
RGB
CMYK
RGB Variations
Color information
#5A3845 (or 0x5A3845) is known color: Tawny Port. HEX triplet: 5A, 38 and 45. RGB value is (90,56,69). Sum of RGB (Red+Green+Blue) = 90+56+69=215 (28% of max value = 765). Red value is 90 (35.55% from 255 or 41.86% from 215); Green value is 56 (22.27% from 255 or 26.05% from 215); Blue value is 69 (27.34% from 255 or 32.09% from 215); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3845 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A3845 is #A5C7BA. Grayscale: #434343. Windows color (decimal): -10864571 or 4536410. OLE color: 4536410.
HSL color Cylindrical-coordinate representation of color #5A3845: hue angle of 337.06º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5A3845 is Cyan = 0, Magento = 0.38, Yellow = 0.23 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 56 | 69 | - |
| CMYK | 0 | 0.38 | 0.23 | 0.65 |
| HSL | 337.06º | 0.23% | 0.29% | - |
| HSV(B) | 337.06º | 0.38% | 0.35% | - |
| XYZ | 6.7 | 5.43 | 6.33 | - |
| YUV | 67.65 | 128.76 | 143.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 56 | 69 | 0 | 0.38 | 0.23 | 0.65 | 337.06 | 0.23 | 0.29 |
| Hex | 5A | 38 | 45 | 0 | 26 | 17 | 41 | 151 | 17 | 1D |
| Octal | 132 | 70 | 105 | 0 | 46 | 27 | 101 | 521 | 27 | 35 |
| Binary | 1011010 | 111000 | 1000101 | 0 | 100110 | 10111 | 1000001 | 101010001 | 10111 | 11101 |
Color Harmonies of #5A3845
Complementary color
Monochromatic Colors of #5A3845
Black with #5A3845
Text Example
Text Example
White with #5A3845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3845; }
p { color: rgb(90,56,69); }
H1.HeaderClassName
{
color: #5A3845;
}
.AnyTagClassName
{
color: #5A3845;
}
</style>
background-color css
<style>
a { background-color: #5A3845; }
a { background-color: rgb(90,56,69); }
div.DivClassName
{
background-color: #5A3845;
}
.BgClassName
{
background-color: #5A3845;
}
</style>
border-color css
<style>
span { border-color: #5A3845; }
span { border-color: rgb(90,56,69); }
td.TdClassName
{
border-color: #5A3845;
}
.TagClassName
{
border-color: #5A3845;
}
</style>