Shades of Tawny Port #5C3F47
Tints of Tawny Port #5C3F47
RGB
CMYK
RGB Variations
Color information
#5C3F47 (or 0x5C3F47) is known color: Tawny Port. HEX triplet: 5C, 3F and 47. RGB value is (92,63,71). Sum of RGB (Red+Green+Blue) = 92+63+71=226 (29% of max value = 765). Red value is 92 (36.33% from 255 or 40.71% from 226); Green value is 63 (25% from 255 or 27.88% from 226); Blue value is 71 (28.12% from 255 or 31.42% from 226); Max value from RGB is 92 - color contains mainly: red. Hex color #5C3F47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C3F47 is #A3C0B8. Grayscale: #484848. Windows color (decimal): -10731705 or 4669276. OLE color: 4669276.
HSL color Cylindrical-coordinate representation of color #5C3F47: hue angle of 343.45º degrees, saturation: 0.19, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5C3F47 is Cyan = 0, Magento = 0.32, Yellow = 0.23 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 63 | 71 | - |
| CMYK | 0 | 0.32 | 0.23 | 0.64 |
| HSL | 343.45º | 0.19% | 0.3% | - |
| HSV(B) | 343.45º | 0.32% | 0.36% | - |
| XYZ | 7.33 | 6.29 | 6.79 | - |
| YUV | 72.58 | 127.11 | 141.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 63 | 71 | 0 | 0.32 | 0.23 | 0.64 | 343.45 | 0.19 | 0.3 |
| Hex | 5C | 3F | 47 | 0 | 20 | 17 | 40 | 157 | 13 | 1E |
| Octal | 134 | 77 | 107 | 0 | 40 | 27 | 100 | 527 | 23 | 36 |
| Binary | 1011100 | 111111 | 1000111 | 0 | 100000 | 10111 | 1000000 | 101010111 | 10011 | 11110 |
Color Harmonies of #5C3F47
Complementary color
Monochromatic Colors of #5C3F47
Black with #5C3F47
Text Example
Text Example
White with #5C3F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C3F47; }
p { color: rgb(92,63,71); }
H1.HeaderClassName
{
color: #5C3F47;
}
.AnyTagClassName
{
color: #5C3F47;
}
</style>
background-color css
<style>
a { background-color: #5C3F47; }
a { background-color: rgb(92,63,71); }
div.DivClassName
{
background-color: #5C3F47;
}
.BgClassName
{
background-color: #5C3F47;
}
</style>
border-color css
<style>
span { border-color: #5C3F47; }
span { border-color: rgb(92,63,71); }
td.TdClassName
{
border-color: #5C3F47;
}
.TagClassName
{
border-color: #5C3F47;
}
</style>