Shades of Tawny Port #5C3A47
Tints of Tawny Port #5C3A47
RGB
CMYK
RGB Variations
Color information
#5C3A47 (or 0x5C3A47) is known color: Tawny Port. HEX triplet: 5C, 3A and 47. RGB value is (92,58,71). Sum of RGB (Red+Green+Blue) = 92+58+71=221 (29% of max value = 765). Red value is 92 (36.33% from 255 or 41.63% from 221); Green value is 58 (23.05% from 255 or 26.24% from 221); Blue value is 71 (28.12% from 255 or 32.13% from 221); Max value from RGB is 92 - color contains mainly: red. Hex color #5C3A47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C3A47 is #A3C5B8. Grayscale: #454545. Windows color (decimal): -10732985 or 4667996. OLE color: 4667996.
HSL color Cylindrical-coordinate representation of color #5C3A47: hue angle of 337.06º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5C3A47 is Cyan = 0, Magento = 0.37, Yellow = 0.23 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 58 | 71 | - |
| CMYK | 0 | 0.37 | 0.23 | 0.64 |
| HSL | 337.06º | 0.23% | 0.29% | - |
| HSV(B) | 337.06º | 0.37% | 0.36% | - |
| XYZ | 7.06 | 5.76 | 6.7 | - |
| YUV | 69.65 | 128.76 | 143.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 58 | 71 | 0 | 0.37 | 0.23 | 0.64 | 337.06 | 0.23 | 0.29 |
| Hex | 5C | 3A | 47 | 0 | 25 | 17 | 40 | 151 | 17 | 1D |
| Octal | 134 | 72 | 107 | 0 | 45 | 27 | 100 | 521 | 27 | 35 |
| Binary | 1011100 | 111010 | 1000111 | 0 | 100101 | 10111 | 1000000 | 101010001 | 10111 | 11101 |
Color Harmonies of #5C3A47
Complementary color
Monochromatic Colors of #5C3A47
Black with #5C3A47
Text Example
Text Example
White with #5C3A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C3A47; }
p { color: rgb(92,58,71); }
H1.HeaderClassName
{
color: #5C3A47;
}
.AnyTagClassName
{
color: #5C3A47;
}
</style>
background-color css
<style>
a { background-color: #5C3A47; }
a { background-color: rgb(92,58,71); }
div.DivClassName
{
background-color: #5C3A47;
}
.BgClassName
{
background-color: #5C3A47;
}
</style>
border-color css
<style>
span { border-color: #5C3A47; }
span { border-color: rgb(92,58,71); }
td.TdClassName
{
border-color: #5C3A47;
}
.TagClassName
{
border-color: #5C3A47;
}
</style>