Shades of Tawny Port #5C4046
Tints of Tawny Port #5C4046
RGB
CMYK
RGB Variations
Color information
#5C4046 (or 0x5C4046) is known color: Tawny Port. HEX triplet: 5C, 40 and 46. RGB value is (92,64,70). Sum of RGB (Red+Green+Blue) = 92+64+70=226 (29% of max value = 765). Red value is 92 (36.33% from 255 or 40.71% from 226); Green value is 64 (25.39% from 255 or 28.32% from 226); Blue value is 70 (27.73% from 255 or 30.97% from 226); Max value from RGB is 92 - color contains mainly: red. Hex color #5C4046 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C4046 is #A3BFB9. Grayscale: #494949. Windows color (decimal): -10731450 or 4603996. OLE color: 4603996.
HSL color Cylindrical-coordinate representation of color #5C4046: hue angle of 347.14º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5C4046 is Cyan = 0, Magento = 0.30, Yellow = 0.24 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 64 | 70 | - |
| CMYK | 0 | 0.30 | 0.24 | 0.64 |
| HSL | 347.14º | 0.18% | 0.31% | - |
| HSV(B) | 347.14º | 0.3% | 0.36% | - |
| XYZ | 7.35 | 6.38 | 6.64 | - |
| YUV | 73.06 | 126.28 | 141.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 64 | 70 | 0 | 0.30 | 0.24 | 0.64 | 347.14 | 0.18 | 0.31 |
| Hex | 5C | 40 | 46 | 0 | 1E | 18 | 40 | 15B | 12 | 1F |
| Octal | 134 | 100 | 106 | 0 | 36 | 30 | 100 | 533 | 22 | 37 |
| Binary | 1011100 | 1000000 | 1000110 | 0 | 11110 | 11000 | 1000000 | 101011011 | 10010 | 11111 |
Color Harmonies of #5C4046
Complementary color
Monochromatic Colors of #5C4046
Black with #5C4046
Text Example
Text Example
White with #5C4046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4046; }
p { color: rgb(92,64,70); }
H1.HeaderClassName
{
color: #5C4046;
}
.AnyTagClassName
{
color: #5C4046;
}
</style>
background-color css
<style>
a { background-color: #5C4046; }
a { background-color: rgb(92,64,70); }
div.DivClassName
{
background-color: #5C4046;
}
.BgClassName
{
background-color: #5C4046;
}
</style>
border-color css
<style>
span { border-color: #5C4046; }
span { border-color: rgb(92,64,70); }
td.TdClassName
{
border-color: #5C4046;
}
.TagClassName
{
border-color: #5C4046;
}
</style>