Shades of Tawny Port #5E3544
Tints of Tawny Port #5E3544
RGB
CMYK
RGB Variations
Color information
#5E3544 (or 0x5E3544) is known color: Tawny Port. HEX triplet: 5E, 35 and 44. RGB value is (94,53,68). Sum of RGB (Red+Green+Blue) = 94+53+68=215 (28% of max value = 765). Red value is 94 (37.11% from 255 or 43.72% from 215); Green value is 53 (21.09% from 255 or 24.65% from 215); Blue value is 68 (26.95% from 255 or 31.63% from 215); Max value from RGB is 94 - color contains mainly: red. Hex color #5E3544 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E3544 is #A1CABB. Grayscale: #424242. Windows color (decimal): -10603196 or 4470110. OLE color: 4470110.
HSL color Cylindrical-coordinate representation of color #5E3544: hue angle of 338.05º 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 #5E3544 is Cyan = 0, Magento = 0.44, Yellow = 0.28 and Black (K on CMYK) = 0.63.
Color convert
RGB | 94 | 53 | 68 | - |
CMYK | 0 | 0.44 | 0.28 | 0.63 |
HSL | 338.05º | 0.28% | 0.29% | - |
HSV(B) | 338.05º | 0.44% | 0.37% | - |
XYZ | 6.93 | 5.34 | 6.13 | - |
YUV | 66.97 | 128.58 | 147.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 53 | 68 | 0 | 0.44 | 0.28 | 0.63 | 338.05 | 0.28 | 0.29 |
Hex | 5E | 35 | 44 | 0 | 2C | 1C | 3F | 152 | 1C | 1D |
Octal | 136 | 65 | 104 | 0 | 54 | 34 | 77 | 522 | 34 | 35 |
Binary | 1011110 | 110101 | 1000100 | 0 | 101100 | 11100 | 111111 | 101010010 | 11100 | 11101 |
Color Harmonies of #5E3544
Complementary color
Monochromatic Colors of #5E3544
Black with #5E3544
Text Example
Text Example
White with #5E3544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3544; }
p { color: rgb(94,53,68); }
H1.HeaderClassName
{
color: #5E3544;
}
.AnyTagClassName
{
color: #5E3544;
}
</style>
background-color css
<style>
a { background-color: #5E3544; }
a { background-color: rgb(94,53,68); }
div.DivClassName
{
background-color: #5E3544;
}
.BgClassName
{
background-color: #5E3544;
}
</style>
border-color css
<style>
span { border-color: #5E3544; }
span { border-color: rgb(94,53,68); }
td.TdClassName
{
border-color: #5E3544;
}
.TagClassName
{
border-color: #5E3544;
}
</style>