Shades of Tawny Port #5B4046
Tints of Tawny Port #5B4046
RGB
CMYK
RGB Variations
Color information
#5B4046 (or 0x5B4046) is known color: Tawny Port. HEX triplet: 5B, 40 and 46. RGB value is (91,64,70). Sum of RGB (Red+Green+Blue) = 91+64+70=225 (29% of max value = 765). Red value is 91 (35.94% from 255 or 40.44% from 225); Green value is 64 (25.39% from 255 or 28.44% from 225); Blue value is 70 (27.73% from 255 or 31.11% from 225); Max value from RGB is 91 - color contains mainly: red. Hex color #5B4046 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B4046 is #A4BFB9. Grayscale: #484848. Windows color (decimal): -10796986 or 4603995. OLE color: 4603995.
HSL color Cylindrical-coordinate representation of color #5B4046: hue angle of 346.67º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5B4046 is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 64 | 70 | - |
| CMYK | 0 | 0.30 | 0.23 | 0.64 |
| HSL | 346.67º | 0.17% | 0.3% | - |
| HSV(B) | 346.67º | 0.3% | 0.36% | - |
| XYZ | 7.25 | 6.33 | 6.63 | - |
| YUV | 72.76 | 126.45 | 141.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 64 | 70 | 0 | 0.30 | 0.23 | 0.64 | 346.67 | 0.17 | 0.3 |
| Hex | 5B | 40 | 46 | 0 | 1E | 17 | 40 | 15B | 11 | 1E |
| Octal | 133 | 100 | 106 | 0 | 36 | 27 | 100 | 533 | 21 | 36 |
| Binary | 1011011 | 1000000 | 1000110 | 0 | 11110 | 10111 | 1000000 | 101011011 | 10001 | 11110 |
Color Harmonies of #5B4046
Complementary color
Monochromatic Colors of #5B4046
Black with #5B4046
Text Example
Text Example
White with #5B4046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B4046; }
p { color: rgb(91,64,70); }
H1.HeaderClassName
{
color: #5B4046;
}
.AnyTagClassName
{
color: #5B4046;
}
</style>
background-color css
<style>
a { background-color: #5B4046; }
a { background-color: rgb(91,64,70); }
div.DivClassName
{
background-color: #5B4046;
}
.BgClassName
{
background-color: #5B4046;
}
</style>
border-color css
<style>
span { border-color: #5B4046; }
span { border-color: rgb(91,64,70); }
td.TdClassName
{
border-color: #5B4046;
}
.TagClassName
{
border-color: #5B4046;
}
</style>