Shades of Tawny Port #5C464D
Tints of Tawny Port #5C464D
RGB
CMYK
RGB Variations
Color information
#5C464D (or 0x5C464D) is known color: Tawny Port. HEX triplet: 5C, 46 and 4D. RGB value is (92,70,77). Sum of RGB (Red+Green+Blue) = 92+70+77=239 (31% of max value = 765). Red value is 92 (36.33% from 255 or 38.49% from 239); Green value is 70 (27.73% from 255 or 29.29% from 239); Blue value is 77 (30.47% from 255 or 32.22% from 239); Max value from RGB is 92 - color contains mainly: red. Hex color #5C464D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C464D is #A3B9B2. Grayscale: #4D4D4D. Windows color (decimal): -10729907 or 5064284. OLE color: 5064284.
HSL color Cylindrical-coordinate representation of color #5C464D: hue angle of 340.91º degrees, saturation: 0.14, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5C464D is Cyan = 0, Magento = 0.24, Yellow = 0.16 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 70 | 77 | - |
| CMYK | 0 | 0.24 | 0.16 | 0.64 |
| HSL | 340.91º | 0.14% | 0.32% | - |
| HSV(B) | 340.91º | 0.24% | 0.36% | - |
| XYZ | 7.94 | 7.19 | 7.99 | - |
| YUV | 77.38 | 127.79 | 138.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 70 | 77 | 0 | 0.24 | 0.16 | 0.64 | 340.91 | 0.14 | 0.32 |
| Hex | 5C | 46 | 4D | 0 | 18 | 10 | 40 | 155 | E | 20 |
| Octal | 134 | 106 | 115 | 0 | 30 | 20 | 100 | 525 | 16 | 40 |
| Binary | 1011100 | 1000110 | 1001101 | 0 | 11000 | 10000 | 1000000 | 101010101 | 1110 | 100000 |
Color Harmonies of #5C464D
Complementary color
Monochromatic Colors of #5C464D
Black with #5C464D
Text Example
Text Example
White with #5C464D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C464D; }
p { color: rgb(92,70,77); }
H1.HeaderClassName
{
color: #5C464D;
}
.AnyTagClassName
{
color: #5C464D;
}
</style>
background-color css
<style>
a { background-color: #5C464D; }
a { background-color: rgb(92,70,77); }
div.DivClassName
{
background-color: #5C464D;
}
.BgClassName
{
background-color: #5C464D;
}
</style>
border-color css
<style>
span { border-color: #5C464D; }
span { border-color: rgb(92,70,77); }
td.TdClassName
{
border-color: #5C464D;
}
.TagClassName
{
border-color: #5C464D;
}
</style>