Shades of Tawny Port #5B3E46
Tints of Tawny Port #5B3E46
RGB
CMYK
RGB Variations
Color information
#5B3E46 (or 0x5B3E46) is known color: Tawny Port. HEX triplet: 5B, 3E and 46. RGB value is (91,62,70). Sum of RGB (Red+Green+Blue) = 91+62+70=223 (29% of max value = 765). Red value is 91 (35.94% from 255 or 40.81% from 223); Green value is 62 (24.61% from 255 or 27.80% from 223); Blue value is 70 (27.73% from 255 or 31.39% from 223); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3E46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B3E46 is #A4C1B9. Grayscale: #474747. Windows color (decimal): -10797498 or 4603483. OLE color: 4603483.
HSL color Cylindrical-coordinate representation of color #5B3E46: hue angle of 343.45º degrees, saturation: 0.19, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5B3E46 is Cyan = 0, Magento = 0.32, Yellow = 0.23 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 62 | 70 | - |
| CMYK | 0 | 0.32 | 0.23 | 0.64 |
| HSL | 343.45º | 0.19% | 0.3% | - |
| HSV(B) | 343.45º | 0.32% | 0.36% | - |
| XYZ | 7.14 | 6.11 | 6.6 | - |
| YUV | 71.58 | 127.11 | 141.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 62 | 70 | 0 | 0.32 | 0.23 | 0.64 | 343.45 | 0.19 | 0.3 |
| Hex | 5B | 3E | 46 | 0 | 20 | 17 | 40 | 157 | 13 | 1E |
| Octal | 133 | 76 | 106 | 0 | 40 | 27 | 100 | 527 | 23 | 36 |
| Binary | 1011011 | 111110 | 1000110 | 0 | 100000 | 10111 | 1000000 | 101010111 | 10011 | 11110 |
Color Harmonies of #5B3E46
Complementary color
Monochromatic Colors of #5B3E46
Black with #5B3E46
Text Example
Text Example
White with #5B3E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3E46; }
p { color: rgb(91,62,70); }
H1.HeaderClassName
{
color: #5B3E46;
}
.AnyTagClassName
{
color: #5B3E46;
}
</style>
background-color css
<style>
a { background-color: #5B3E46; }
a { background-color: rgb(91,62,70); }
div.DivClassName
{
background-color: #5B3E46;
}
.BgClassName
{
background-color: #5B3E46;
}
</style>
border-color css
<style>
span { border-color: #5B3E46; }
span { border-color: rgb(91,62,70); }
td.TdClassName
{
border-color: #5B3E46;
}
.TagClassName
{
border-color: #5B3E46;
}
</style>