Shades of Tawny Port #5B3C43
Tints of Tawny Port #5B3C43
RGB
CMYK
RGB Variations
Color information
#5B3C43 (or 0x5B3C43) is known color: Tawny Port. HEX triplet: 5B, 3C and 43. RGB value is (91,60,67). Sum of RGB (Red+Green+Blue) = 91+60+67=218 (28% of max value = 765). Red value is 91 (35.94% from 255 or 41.74% from 218); Green value is 60 (23.83% from 255 or 27.52% from 218); Blue value is 67 (26.56% from 255 or 30.73% from 218); Max value from RGB is 91 - color contains mainly: red. Hex color #5B3C43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B3C43 is #A4C3BC. Grayscale: #464646. Windows color (decimal): -10798013 or 4406363. OLE color: 4406363.
HSL color Cylindrical-coordinate representation of color #5B3C43: hue angle of 346.45º degrees, saturation: 0.21, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5B3C43 is Cyan = 0, Magento = 0.34, Yellow = 0.26 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 60 | 67 | - |
| CMYK | 0 | 0.34 | 0.26 | 0.64 |
| HSL | 346.45º | 0.21% | 0.3% | - |
| HSV(B) | 346.45º | 0.34% | 0.36% | - |
| XYZ | 6.94 | 5.86 | 6.08 | - |
| YUV | 70.07 | 126.27 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 60 | 67 | 0 | 0.34 | 0.26 | 0.64 | 346.45 | 0.21 | 0.3 |
| Hex | 5B | 3C | 43 | 0 | 22 | 1A | 40 | 15A | 15 | 1E |
| Octal | 133 | 74 | 103 | 0 | 42 | 32 | 100 | 532 | 25 | 36 |
| Binary | 1011011 | 111100 | 1000011 | 0 | 100010 | 11010 | 1000000 | 101011010 | 10101 | 11110 |
Color Harmonies of #5B3C43
Complementary color
Monochromatic Colors of #5B3C43
Black with #5B3C43
Text Example
Text Example
White with #5B3C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B3C43; }
p { color: rgb(91,60,67); }
H1.HeaderClassName
{
color: #5B3C43;
}
.AnyTagClassName
{
color: #5B3C43;
}
</style>
background-color css
<style>
a { background-color: #5B3C43; }
a { background-color: rgb(91,60,67); }
div.DivClassName
{
background-color: #5B3C43;
}
.BgClassName
{
background-color: #5B3C43;
}
</style>
border-color css
<style>
span { border-color: #5B3C43; }
span { border-color: rgb(91,60,67); }
td.TdClassName
{
border-color: #5B3C43;
}
.TagClassName
{
border-color: #5B3C43;
}
</style>