Shades of Tawny Port #5E4248
Tints of Tawny Port #5E4248
RGB
CMYK
RGB Variations
Color information
#5E4248 (or 0x5E4248) is known color: Tawny Port. HEX triplet: 5E, 42 and 48. RGB value is (94,66,72). Sum of RGB (Red+Green+Blue) = 94+66+72=232 (30% of max value = 765). Red value is 94 (37.11% from 255 or 40.52% from 232); Green value is 66 (26.17% from 255 or 28.45% from 232); Blue value is 72 (28.52% from 255 or 31.03% from 232); Max value from RGB is 94 - color contains mainly: red. Hex color #5E4248 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E4248 is #A1BDB7. Grayscale: #4B4B4B. Windows color (decimal): -10599864 or 4735582. OLE color: 4735582.
HSL color Cylindrical-coordinate representation of color #5E4248: hue angle of 347.14º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5E4248 is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 66 | 72 | - |
| CMYK | 0 | 0.30 | 0.23 | 0.63 |
| HSL | 347.14º | 0.18% | 0.31% | - |
| HSV(B) | 347.14º | 0.3% | 0.37% | - |
| XYZ | 7.73 | 6.74 | 7.02 | - |
| YUV | 75.06 | 126.28 | 141.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 66 | 72 | 0 | 0.30 | 0.23 | 0.63 | 347.14 | 0.18 | 0.31 |
| Hex | 5E | 42 | 48 | 0 | 1E | 17 | 3F | 15B | 12 | 1F |
| Octal | 136 | 102 | 110 | 0 | 36 | 27 | 77 | 533 | 22 | 37 |
| Binary | 1011110 | 1000010 | 1001000 | 0 | 11110 | 10111 | 111111 | 101011011 | 10010 | 11111 |
Color Harmonies of #5E4248
Complementary color
Monochromatic Colors of #5E4248
Black with #5E4248
Text Example
Text Example
White with #5E4248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E4248; }
p { color: rgb(94,66,72); }
H1.HeaderClassName
{
color: #5E4248;
}
.AnyTagClassName
{
color: #5E4248;
}
</style>
background-color css
<style>
a { background-color: #5E4248; }
a { background-color: rgb(94,66,72); }
div.DivClassName
{
background-color: #5E4248;
}
.BgClassName
{
background-color: #5E4248;
}
</style>
border-color css
<style>
span { border-color: #5E4248; }
span { border-color: rgb(94,66,72); }
td.TdClassName
{
border-color: #5E4248;
}
.TagClassName
{
border-color: #5E4248;
}
</style>