Shades of Tawny Port #5E3C43
Tints of Tawny Port #5E3C43
RGB
CMYK
RGB Variations
Color information
#5E3C43 (or 0x5E3C43) is known color: Tawny Port. HEX triplet: 5E, 3C and 43. RGB value is (94,60,67). Sum of RGB (Red+Green+Blue) = 94+60+67=221 (29% of max value = 765). Red value is 94 (37.11% from 255 or 42.53% from 221); Green value is 60 (23.83% from 255 or 27.15% from 221); Blue value is 67 (26.56% from 255 or 30.32% from 221); Max value from RGB is 94 - color contains mainly: red. Hex color #5E3C43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E3C43 is #A1C3BC. Grayscale: #464646. Windows color (decimal): -10601405 or 4406366. OLE color: 4406366.
HSL color Cylindrical-coordinate representation of color #5E3C43: hue angle of 347.65º degrees, saturation: 0.22, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5E3C43 is Cyan = 0, Magento = 0.36, Yellow = 0.29 and Black (K on CMYK) = 0.63.
Color convert
RGB | 94 | 60 | 67 | - |
CMYK | 0 | 0.36 | 0.29 | 0.63 |
HSL | 347.65º | 0.22% | 0.3% | - |
HSV(B) | 347.65º | 0.36% | 0.37% | - |
XYZ | 7.25 | 6.02 | 6.09 | - |
YUV | 70.96 | 125.76 | 144.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 60 | 67 | 0 | 0.36 | 0.29 | 0.63 | 347.65 | 0.22 | 0.3 |
Hex | 5E | 3C | 43 | 0 | 24 | 1D | 3F | 15C | 16 | 1E |
Octal | 136 | 74 | 103 | 0 | 44 | 35 | 77 | 534 | 26 | 36 |
Binary | 1011110 | 111100 | 1000011 | 0 | 100100 | 11101 | 111111 | 101011100 | 10110 | 11110 |
Color Harmonies of #5E3C43
Complementary color
Monochromatic Colors of #5E3C43
Black with #5E3C43
Text Example
Text Example
White with #5E3C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3C43; }
p { color: rgb(94,60,67); }
H1.HeaderClassName
{
color: #5E3C43;
}
.AnyTagClassName
{
color: #5E3C43;
}
</style>
background-color css
<style>
a { background-color: #5E3C43; }
a { background-color: rgb(94,60,67); }
div.DivClassName
{
background-color: #5E3C43;
}
.BgClassName
{
background-color: #5E3C43;
}
</style>
border-color css
<style>
span { border-color: #5E3C43; }
span { border-color: rgb(94,60,67); }
td.TdClassName
{
border-color: #5E3C43;
}
.TagClassName
{
border-color: #5E3C43;
}
</style>