Shades of Tawny Port #5E424A
Tints of Tawny Port #5E424A
RGB
CMYK
RGB Variations
Color information
#5E424A (or 0x5E424A) is known color: Tawny Port. HEX triplet: 5E, 42 and 4A. RGB value is (94,66,74). Sum of RGB (Red+Green+Blue) = 94+66+74=234 (30% of max value = 765). Red value is 94 (37.11% from 255 or 40.17% from 234); Green value is 66 (26.17% from 255 or 28.21% from 234); Blue value is 74 (29.30% from 255 or 31.62% from 234); Max value from RGB is 94 - color contains mainly: red. Hex color #5E424A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E424A is #A1BDB5. Grayscale: #4B4B4B. Windows color (decimal): -10599862 or 4866654. OLE color: 4866654.
HSL color Cylindrical-coordinate representation of color #5E424A: hue angle of 342.86º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5E424A is Cyan = 0, Magento = 0.30, Yellow = 0.21 and Black (K on CMYK) = 0.63.
Color convert
RGB | 94 | 66 | 74 | - |
CMYK | 0 | 0.30 | 0.21 | 0.63 |
HSL | 342.86º | 0.18% | 0.31% | - |
HSV(B) | 342.86º | 0.3% | 0.37% | - |
XYZ | 7.8 | 6.77 | 7.37 | - |
YUV | 75.28 | 127.28 | 141.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 66 | 74 | 0 | 0.30 | 0.21 | 0.63 | 342.86 | 0.18 | 0.31 |
Hex | 5E | 42 | 4A | 0 | 1E | 15 | 3F | 157 | 12 | 1F |
Octal | 136 | 102 | 112 | 0 | 36 | 25 | 77 | 527 | 22 | 37 |
Binary | 1011110 | 1000010 | 1001010 | 0 | 11110 | 10101 | 111111 | 101010111 | 10010 | 11111 |
Color Harmonies of #5E424A
Complementary color
Monochromatic Colors of #5E424A
Black with #5E424A
Text Example
Text Example
White with #5E424A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E424A; }
p { color: rgb(94,66,74); }
H1.HeaderClassName
{
color: #5E424A;
}
.AnyTagClassName
{
color: #5E424A;
}
</style>
background-color css
<style>
a { background-color: #5E424A; }
a { background-color: rgb(94,66,74); }
div.DivClassName
{
background-color: #5E424A;
}
.BgClassName
{
background-color: #5E424A;
}
</style>
border-color css
<style>
span { border-color: #5E424A; }
span { border-color: rgb(94,66,74); }
td.TdClassName
{
border-color: #5E424A;
}
.TagClassName
{
border-color: #5E424A;
}
</style>