Shades of Tawny Port #5D3B41
Tints of Tawny Port #5D3B41
RGB
CMYK
RGB Variations
Color information
#5D3B41 (or 0x5D3B41) is known color: Tawny Port. HEX triplet: 5D, 3B and 41. RGB value is (93,59,65). Sum of RGB (Red+Green+Blue) = 93+59+65=217 (28% of max value = 765). Red value is 93 (36.72% from 255 or 42.86% from 217); Green value is 59 (23.44% from 255 or 27.19% from 217); Blue value is 65 (25.78% from 255 or 29.95% from 217); Max value from RGB is 93 - color contains mainly: red. Hex color #5D3B41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D3B41 is #A2C4BE. Grayscale: #454545. Windows color (decimal): -10667199 or 4275037. OLE color: 4275037.
HSL color Cylindrical-coordinate representation of color #5D3B41: hue angle of 349.41º degrees, saturation: 0.22, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5D3B41 is Cyan = 0, Magento = 0.37, Yellow = 0.30 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 59 | 65 | - |
| CMYK | 0 | 0.37 | 0.30 | 0.64 |
| HSL | 349.41º | 0.22% | 0.3% | - |
| HSV(B) | 349.41º | 0.37% | 0.36% | - |
| XYZ | 7.03 | 5.84 | 5.76 | - |
| YUV | 69.85 | 125.26 | 144.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 59 | 65 | 0 | 0.37 | 0.30 | 0.64 | 349.41 | 0.22 | 0.3 |
| Hex | 5D | 3B | 41 | 0 | 25 | 1E | 40 | 15D | 16 | 1E |
| Octal | 135 | 73 | 101 | 0 | 45 | 36 | 100 | 535 | 26 | 36 |
| Binary | 1011101 | 111011 | 1000001 | 0 | 100101 | 11110 | 1000000 | 101011101 | 10110 | 11110 |
Color Harmonies of #5D3B41
Complementary color
Monochromatic Colors of #5D3B41
Black with #5D3B41
Text Example
Text Example
White with #5D3B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D3B41; }
p { color: rgb(93,59,65); }
H1.HeaderClassName
{
color: #5D3B41;
}
.AnyTagClassName
{
color: #5D3B41;
}
</style>
background-color css
<style>
a { background-color: #5D3B41; }
a { background-color: rgb(93,59,65); }
div.DivClassName
{
background-color: #5D3B41;
}
.BgClassName
{
background-color: #5D3B41;
}
</style>
border-color css
<style>
span { border-color: #5D3B41; }
span { border-color: rgb(93,59,65); }
td.TdClassName
{
border-color: #5D3B41;
}
.TagClassName
{
border-color: #5D3B41;
}
</style>