Shades of Tawny Port #5D3A48
Tints of Tawny Port #5D3A48
RGB
CMYK
RGB Variations
Color information
#5D3A48 (or 0x5D3A48) is known color: Tawny Port. HEX triplet: 5D, 3A and 48. RGB value is (93,58,72). Sum of RGB (Red+Green+Blue) = 93+58+72=223 (29% of max value = 765). Red value is 93 (36.72% from 255 or 41.70% from 223); Green value is 58 (23.05% from 255 or 26.01% from 223); Blue value is 72 (28.52% from 255 or 32.29% from 223); Max value from RGB is 93 - color contains mainly: red. Hex color #5D3A48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D3A48 is #A2C5B7. Grayscale: #464646. Windows color (decimal): -10667448 or 4733533. OLE color: 4733533.
HSL color Cylindrical-coordinate representation of color #5D3A48: hue angle of 336º degrees, saturation: 0.23, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5D3A48 is Cyan = 0, Magento = 0.38, Yellow = 0.23 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 58 | 72 | - |
| CMYK | 0 | 0.38 | 0.23 | 0.64 |
| HSL | 336º | 0.23% | 0.3% | - |
| HSV(B) | 336º | 0.38% | 0.36% | - |
| XYZ | 7.2 | 5.82 | 6.88 | - |
| YUV | 70.06 | 129.1 | 144.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 58 | 72 | 0 | 0.38 | 0.23 | 0.64 | 336 | 0.23 | 0.3 |
| Hex | 5D | 3A | 48 | 0 | 26 | 17 | 40 | 150 | 17 | 1E |
| Octal | 135 | 72 | 110 | 0 | 46 | 27 | 100 | 520 | 27 | 36 |
| Binary | 1011101 | 111010 | 1001000 | 0 | 100110 | 10111 | 1000000 | 101010000 | 10111 | 11110 |
Color Harmonies of #5D3A48
Complementary color
Monochromatic Colors of #5D3A48
Black with #5D3A48
Text Example
Text Example
White with #5D3A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D3A48; }
p { color: rgb(93,58,72); }
H1.HeaderClassName
{
color: #5D3A48;
}
.AnyTagClassName
{
color: #5D3A48;
}
</style>
background-color css
<style>
a { background-color: #5D3A48; }
a { background-color: rgb(93,58,72); }
div.DivClassName
{
background-color: #5D3A48;
}
.BgClassName
{
background-color: #5D3A48;
}
</style>
border-color css
<style>
span { border-color: #5D3A48; }
span { border-color: rgb(93,58,72); }
td.TdClassName
{
border-color: #5D3A48;
}
.TagClassName
{
border-color: #5D3A48;
}
</style>