Shades of Tawny Port #5C4149
Tints of Tawny Port #5C4149
RGB
CMYK
RGB Variations
Color information
#5C4149 (or 0x5C4149) is known color: Tawny Port. HEX triplet: 5C, 41 and 49. RGB value is (92,65,73). Sum of RGB (Red+Green+Blue) = 92+65+73=230 (30% of max value = 765). Red value is 92 (36.33% from 255 or 40% from 230); Green value is 65 (25.78% from 255 or 28.26% from 230); Blue value is 73 (28.91% from 255 or 31.74% from 230); Max value from RGB is 92 - color contains mainly: red. Hex color #5C4149 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C4149 is #A3BEB6. Grayscale: #494949. Windows color (decimal): -10731191 or 4800860. OLE color: 4800860.
HSL color Cylindrical-coordinate representation of color #5C4149: hue angle of 342.22º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5C4149 is Cyan = 0, Magento = 0.29, Yellow = 0.21 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 65 | 73 | - |
| CMYK | 0 | 0.29 | 0.21 | 0.64 |
| HSL | 342.22º | 0.17% | 0.31% | - |
| HSV(B) | 342.22º | 0.29% | 0.36% | - |
| XYZ | 7.51 | 6.54 | 7.17 | - |
| YUV | 73.99 | 127.45 | 140.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 65 | 73 | 0 | 0.29 | 0.21 | 0.64 | 342.22 | 0.17 | 0.31 |
| Hex | 5C | 41 | 49 | 0 | 1D | 15 | 40 | 156 | 11 | 1F |
| Octal | 134 | 101 | 111 | 0 | 35 | 25 | 100 | 526 | 21 | 37 |
| Binary | 1011100 | 1000001 | 1001001 | 0 | 11101 | 10101 | 1000000 | 101010110 | 10001 | 11111 |
Color Harmonies of #5C4149
Complementary color
Monochromatic Colors of #5C4149
Black with #5C4149
Text Example
Text Example
White with #5C4149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4149; }
p { color: rgb(92,65,73); }
H1.HeaderClassName
{
color: #5C4149;
}
.AnyTagClassName
{
color: #5C4149;
}
</style>
background-color css
<style>
a { background-color: #5C4149; }
a { background-color: rgb(92,65,73); }
div.DivClassName
{
background-color: #5C4149;
}
.BgClassName
{
background-color: #5C4149;
}
</style>
border-color css
<style>
span { border-color: #5C4149; }
span { border-color: rgb(92,65,73); }
td.TdClassName
{
border-color: #5C4149;
}
.TagClassName
{
border-color: #5C4149;
}
</style>