Shades of Tawny Port #5E3F45
Tints of Tawny Port #5E3F45
RGB
CMYK
RGB Variations
Color information
#5E3F45 (or 0x5E3F45) is known color: Tawny Port. HEX triplet: 5E, 3F and 45. RGB value is (94,63,69). Sum of RGB (Red+Green+Blue) = 94+63+69=226 (29% of max value = 765). Red value is 94 (37.11% from 255 or 41.59% from 226); Green value is 63 (25% from 255 or 27.88% from 226); Blue value is 69 (27.34% from 255 or 30.53% from 226); Max value from RGB is 94 - color contains mainly: red. Hex color #5E3F45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E3F45 is #A1C0BA. Grayscale: #484848. Windows color (decimal): -10600635 or 4538206. OLE color: 4538206.
HSL color Cylindrical-coordinate representation of color #5E3F45: hue angle of 348.39º degrees, saturation: 0.2, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5E3F45 is Cyan = 0, Magento = 0.33, Yellow = 0.27 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 63 | 69 | - |
| CMYK | 0 | 0.33 | 0.27 | 0.63 |
| HSL | 348.39º | 0.2% | 0.31% | - |
| HSV(B) | 348.39º | 0.33% | 0.37% | - |
| XYZ | 7.47 | 6.36 | 6.47 | - |
| YUV | 72.95 | 125.77 | 143.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 63 | 69 | 0 | 0.33 | 0.27 | 0.63 | 348.39 | 0.2 | 0.31 |
| Hex | 5E | 3F | 45 | 0 | 21 | 1B | 3F | 15C | 14 | 1F |
| Octal | 136 | 77 | 105 | 0 | 41 | 33 | 77 | 534 | 24 | 37 |
| Binary | 1011110 | 111111 | 1000101 | 0 | 100001 | 11011 | 111111 | 101011100 | 10100 | 11111 |
Color Harmonies of #5E3F45
Complementary color
Monochromatic Colors of #5E3F45
Black with #5E3F45
Text Example
Text Example
White with #5E3F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3F45; }
p { color: rgb(94,63,69); }
H1.HeaderClassName
{
color: #5E3F45;
}
.AnyTagClassName
{
color: #5E3F45;
}
</style>
background-color css
<style>
a { background-color: #5E3F45; }
a { background-color: rgb(94,63,69); }
div.DivClassName
{
background-color: #5E3F45;
}
.BgClassName
{
background-color: #5E3F45;
}
</style>
border-color css
<style>
span { border-color: #5E3F45; }
span { border-color: rgb(94,63,69); }
td.TdClassName
{
border-color: #5E3F45;
}
.TagClassName
{
border-color: #5E3F45;
}
</style>