Shades of Tawny Port #5E3B40
Tints of Tawny Port #5E3B40
RGB
CMYK
RGB Variations
Color information
#5E3B40 (or 0x5E3B40) is known color: Tawny Port. HEX triplet: 5E, 3B and 40. RGB value is (94,59,64). Sum of RGB (Red+Green+Blue) = 94+59+64=217 (28% of max value = 765). Red value is 94 (37.11% from 255 or 43.32% from 217); Green value is 59 (23.44% from 255 or 27.19% from 217); Blue value is 64 (25.39% from 255 or 29.49% from 217); Max value from RGB is 94 - color contains mainly: red. Hex color #5E3B40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E3B40 is #A1C4BF. Grayscale: #464646. Windows color (decimal): -10601664 or 4209502. OLE color: 4209502.
HSL color Cylindrical-coordinate representation of color #5E3B40: hue angle of 351.43º degrees, saturation: 0.23, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5E3B40 is Cyan = 0, Magento = 0.37, Yellow = 0.32 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 59 | 64 | - |
| CMYK | 0 | 0.37 | 0.32 | 0.63 |
| HSL | 351.43º | 0.23% | 0.3% | - |
| HSV(B) | 351.43º | 0.37% | 0.37% | - |
| XYZ | 7.11 | 5.88 | 5.61 | - |
| YUV | 70.04 | 124.6 | 145.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 59 | 64 | 0 | 0.37 | 0.32 | 0.63 | 351.43 | 0.23 | 0.3 |
| Hex | 5E | 3B | 40 | 0 | 25 | 20 | 3F | 15F | 17 | 1E |
| Octal | 136 | 73 | 100 | 0 | 45 | 40 | 77 | 537 | 27 | 36 |
| Binary | 1011110 | 111011 | 1000000 | 0 | 100101 | 100000 | 111111 | 101011111 | 10111 | 11110 |
Color Harmonies of #5E3B40
Complementary color
Monochromatic Colors of #5E3B40
Black with #5E3B40
Text Example
Text Example
White with #5E3B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3B40; }
p { color: rgb(94,59,64); }
H1.HeaderClassName
{
color: #5E3B40;
}
.AnyTagClassName
{
color: #5E3B40;
}
</style>
background-color css
<style>
a { background-color: #5E3B40; }
a { background-color: rgb(94,59,64); }
div.DivClassName
{
background-color: #5E3B40;
}
.BgClassName
{
background-color: #5E3B40;
}
</style>
border-color css
<style>
span { border-color: #5E3B40; }
span { border-color: rgb(94,59,64); }
td.TdClassName
{
border-color: #5E3B40;
}
.TagClassName
{
border-color: #5E3B40;
}
</style>