Shades of Tawny Port #5D3746
Tints of Tawny Port #5D3746
RGB
CMYK
RGB Variations
Color information
#5D3746 (or 0x5D3746) is known color: Tawny Port. HEX triplet: 5D, 37 and 46. RGB value is (93,55,70). Sum of RGB (Red+Green+Blue) = 93+55+70=218 (28% of max value = 765). Red value is 93 (36.72% from 255 or 42.66% from 218); Green value is 55 (21.88% from 255 or 25.23% from 218); Blue value is 70 (27.73% from 255 or 32.11% from 218); Max value from RGB is 93 - color contains mainly: red. Hex color #5D3746 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D3746 is #A2C8B9. Grayscale: #444444. Windows color (decimal): -10668218 or 4601693. OLE color: 4601693.
HSL color Cylindrical-coordinate representation of color #5D3746: hue angle of 336.32º degrees, saturation: 0.26, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5D3746 is Cyan = 0, Magento = 0.41, Yellow = 0.25 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 55 | 70 | - |
| CMYK | 0 | 0.41 | 0.25 | 0.64 |
| HSL | 336.32º | 0.26% | 0.29% | - |
| HSV(B) | 336.32º | 0.41% | 0.36% | - |
| XYZ | 6.99 | 5.5 | 6.49 | - |
| YUV | 68.07 | 129.09 | 145.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 55 | 70 | 0 | 0.41 | 0.25 | 0.64 | 336.32 | 0.26 | 0.29 |
| Hex | 5D | 37 | 46 | 0 | 29 | 19 | 40 | 150 | 1A | 1D |
| Octal | 135 | 67 | 106 | 0 | 51 | 31 | 100 | 520 | 32 | 35 |
| Binary | 1011101 | 110111 | 1000110 | 0 | 101001 | 11001 | 1000000 | 101010000 | 11010 | 11101 |
Color Harmonies of #5D3746
Complementary color
Monochromatic Colors of #5D3746
Black with #5D3746
Text Example
Text Example
White with #5D3746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D3746; }
p { color: rgb(93,55,70); }
H1.HeaderClassName
{
color: #5D3746;
}
.AnyTagClassName
{
color: #5D3746;
}
</style>
background-color css
<style>
a { background-color: #5D3746; }
a { background-color: rgb(93,55,70); }
div.DivClassName
{
background-color: #5D3746;
}
.BgClassName
{
background-color: #5D3746;
}
</style>
border-color css
<style>
span { border-color: #5D3746; }
span { border-color: rgb(93,55,70); }
td.TdClassName
{
border-color: #5D3746;
}
.TagClassName
{
border-color: #5D3746;
}
</style>