Shades of Tawny Port #5D4049
Tints of Tawny Port #5D4049
RGB
CMYK
RGB Variations
Color information
#5D4049 (or 0x5D4049) is known color: Tawny Port. HEX triplet: 5D, 40 and 49. RGB value is (93,64,73). Sum of RGB (Red+Green+Blue) = 93+64+73=230 (30% of max value = 765). Red value is 93 (36.72% from 255 or 40.43% from 230); Green value is 64 (25.39% from 255 or 27.83% from 230); Blue value is 73 (28.91% from 255 or 31.74% from 230); Max value from RGB is 93 - color contains mainly: red. Hex color #5D4049 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D4049 is #A2BFB6. Grayscale: #494949. Windows color (decimal): -10665911 or 4800605. OLE color: 4800605.
HSL color Cylindrical-coordinate representation of color #5D4049: hue angle of 341.38º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5D4049 is Cyan = 0, Magento = 0.31, Yellow = 0.22 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 64 | 73 | - |
| CMYK | 0 | 0.31 | 0.22 | 0.64 |
| HSL | 341.38º | 0.18% | 0.31% | - |
| HSV(B) | 341.38º | 0.31% | 0.36% | - |
| XYZ | 7.55 | 6.47 | 7.16 | - |
| YUV | 73.7 | 127.61 | 141.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 64 | 73 | 0 | 0.31 | 0.22 | 0.64 | 341.38 | 0.18 | 0.31 |
| Hex | 5D | 40 | 49 | 0 | 1F | 16 | 40 | 155 | 12 | 1F |
| Octal | 135 | 100 | 111 | 0 | 37 | 26 | 100 | 525 | 22 | 37 |
| Binary | 1011101 | 1000000 | 1001001 | 0 | 11111 | 10110 | 1000000 | 101010101 | 10010 | 11111 |
Color Harmonies of #5D4049
Complementary color
Monochromatic Colors of #5D4049
Black with #5D4049
Text Example
Text Example
White with #5D4049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D4049; }
p { color: rgb(93,64,73); }
H1.HeaderClassName
{
color: #5D4049;
}
.AnyTagClassName
{
color: #5D4049;
}
</style>
background-color css
<style>
a { background-color: #5D4049; }
a { background-color: rgb(93,64,73); }
div.DivClassName
{
background-color: #5D4049;
}
.BgClassName
{
background-color: #5D4049;
}
</style>
border-color css
<style>
span { border-color: #5D4049; }
span { border-color: rgb(93,64,73); }
td.TdClassName
{
border-color: #5D4049;
}
.TagClassName
{
border-color: #5D4049;
}
</style>