Shades of Tawny Port #5E353E
Tints of Tawny Port #5E353E
RGB
CMYK
RGB Variations
Color information
#5E353E (or 0x5E353E) is known color: Tawny Port. HEX triplet: 5E, 35 and 3E. RGB value is (94,53,62). Sum of RGB (Red+Green+Blue) = 94+53+62=209 (27% of max value = 765). Red value is 94 (37.11% from 255 or 44.98% from 209); Green value is 53 (21.09% from 255 or 25.36% from 209); Blue value is 62 (24.61% from 255 or 29.67% from 209); Max value from RGB is 94 - color contains mainly: red. Hex color #5E353E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E353E is #A1CAC1. Grayscale: #424242. Windows color (decimal): -10603202 or 4076894. OLE color: 4076894.
HSL color Cylindrical-coordinate representation of color #5E353E: hue angle of 346.83º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5E353E is Cyan = 0, Magento = 0.44, Yellow = 0.34 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 53 | 62 | - |
| CMYK | 0 | 0.44 | 0.34 | 0.63 |
| HSL | 346.83º | 0.28% | 0.29% | - |
| HSV(B) | 346.83º | 0.44% | 0.37% | - |
| XYZ | 6.76 | 5.27 | 5.22 | - |
| YUV | 66.29 | 125.58 | 147.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 53 | 62 | 0 | 0.44 | 0.34 | 0.63 | 346.83 | 0.28 | 0.29 |
| Hex | 5E | 35 | 3E | 0 | 2C | 22 | 3F | 15B | 1C | 1D |
| Octal | 136 | 65 | 76 | 0 | 54 | 42 | 77 | 533 | 34 | 35 |
| Binary | 1011110 | 110101 | 111110 | 0 | 101100 | 100010 | 111111 | 101011011 | 11100 | 11101 |
Color Harmonies of #5E353E
Complementary color
Monochromatic Colors of #5E353E
Black with #5E353E
Text Example
Text Example
White with #5E353E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E353E; }
p { color: rgb(94,53,62); }
H1.HeaderClassName
{
color: #5E353E;
}
.AnyTagClassName
{
color: #5E353E;
}
</style>
background-color css
<style>
a { background-color: #5E353E; }
a { background-color: rgb(94,53,62); }
div.DivClassName
{
background-color: #5E353E;
}
.BgClassName
{
background-color: #5E353E;
}
</style>
border-color css
<style>
span { border-color: #5E353E; }
span { border-color: rgb(94,53,62); }
td.TdClassName
{
border-color: #5E353E;
}
.TagClassName
{
border-color: #5E353E;
}
</style>