Shades of Tawny Port #5A3C43
Tints of Tawny Port #5A3C43
RGB
CMYK
RGB Variations
Color information
#5A3C43 (or 0x5A3C43) is known color: Tawny Port. HEX triplet: 5A, 3C and 43. RGB value is (90,60,67). Sum of RGB (Red+Green+Blue) = 90+60+67=217 (28% of max value = 765). Red value is 90 (35.55% from 255 or 41.47% from 217); Green value is 60 (23.83% from 255 or 27.65% from 217); Blue value is 67 (26.56% from 255 or 30.88% from 217); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3C43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A3C43 is #A5C3BC. Grayscale: #454545. Windows color (decimal): -10863549 or 4406362. OLE color: 4406362.
HSL color Cylindrical-coordinate representation of color #5A3C43: hue angle of 346º degrees, saturation: 0.2, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5A3C43 is Cyan = 0, Magento = 0.33, Yellow = 0.26 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 60 | 67 | - |
| CMYK | 0 | 0.33 | 0.26 | 0.65 |
| HSL | 346º | 0.2% | 0.29% | - |
| HSV(B) | 346º | 0.33% | 0.35% | - |
| XYZ | 6.85 | 5.81 | 6.07 | - |
| YUV | 69.77 | 126.44 | 142.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 60 | 67 | 0 | 0.33 | 0.26 | 0.65 | 346 | 0.2 | 0.29 |
| Hex | 5A | 3C | 43 | 0 | 21 | 1A | 41 | 15A | 14 | 1D |
| Octal | 132 | 74 | 103 | 0 | 41 | 32 | 101 | 532 | 24 | 35 |
| Binary | 1011010 | 111100 | 1000011 | 0 | 100001 | 11010 | 1000001 | 101011010 | 10100 | 11101 |
Color Harmonies of #5A3C43
Complementary color
Monochromatic Colors of #5A3C43
Black with #5A3C43
Text Example
Text Example
White with #5A3C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A3C43; }
p { color: rgb(90,60,67); }
H1.HeaderClassName
{
color: #5A3C43;
}
.AnyTagClassName
{
color: #5A3C43;
}
</style>
background-color css
<style>
a { background-color: #5A3C43; }
a { background-color: rgb(90,60,67); }
div.DivClassName
{
background-color: #5A3C43;
}
.BgClassName
{
background-color: #5A3C43;
}
</style>
border-color css
<style>
span { border-color: #5A3C43; }
span { border-color: rgb(90,60,67); }
td.TdClassName
{
border-color: #5A3C43;
}
.TagClassName
{
border-color: #5A3C43;
}
</style>