Shades of Tawny Port #5D3945
Tints of Tawny Port #5D3945
RGB
CMYK
RGB Variations
Color information
#5D3945 (or 0x5D3945) is known color: Tawny Port. HEX triplet: 5D, 39 and 45. RGB value is (93,57,69). Sum of RGB (Red+Green+Blue) = 93+57+69=219 (29% of max value = 765). Red value is 93 (36.72% from 255 or 42.47% from 219); Green value is 57 (22.66% from 255 or 26.03% from 219); Blue value is 69 (27.34% from 255 or 31.51% from 219); Max value from RGB is 93 - color contains mainly: red. Hex color #5D3945 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D3945 is #A2C6BA. Grayscale: #454545. Windows color (decimal): -10667707 or 4536669. OLE color: 4536669.
HSL color Cylindrical-coordinate representation of color #5D3945: hue angle of 340º degrees, saturation: 0.24, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5D3945 is Cyan = 0, Magento = 0.39, Yellow = 0.26 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 57 | 69 | - |
| CMYK | 0 | 0.39 | 0.26 | 0.64 |
| HSL | 340º | 0.24% | 0.29% | - |
| HSV(B) | 340º | 0.39% | 0.36% | - |
| XYZ | 7.05 | 5.68 | 6.36 | - |
| YUV | 69.13 | 127.93 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 57 | 69 | 0 | 0.39 | 0.26 | 0.64 | 340 | 0.24 | 0.29 |
| Hex | 5D | 39 | 45 | 0 | 27 | 1A | 40 | 154 | 18 | 1D |
| Octal | 135 | 71 | 105 | 0 | 47 | 32 | 100 | 524 | 30 | 35 |
| Binary | 1011101 | 111001 | 1000101 | 0 | 100111 | 11010 | 1000000 | 101010100 | 11000 | 11101 |
Color Harmonies of #5D3945
Complementary color
Monochromatic Colors of #5D3945
Black with #5D3945
Text Example
Text Example
White with #5D3945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D3945; }
p { color: rgb(93,57,69); }
H1.HeaderClassName
{
color: #5D3945;
}
.AnyTagClassName
{
color: #5D3945;
}
</style>
background-color css
<style>
a { background-color: #5D3945; }
a { background-color: rgb(93,57,69); }
div.DivClassName
{
background-color: #5D3945;
}
.BgClassName
{
background-color: #5D3945;
}
</style>
border-color css
<style>
span { border-color: #5D3945; }
span { border-color: rgb(93,57,69); }
td.TdClassName
{
border-color: #5D3945;
}
.TagClassName
{
border-color: #5D3945;
}
</style>