Shades of Tawny Port #5C3245
Tints of Tawny Port #5C3245
RGB
CMYK
RGB Variations
Color information
#5C3245 (or 0x5C3245) is known color: Tawny Port. HEX triplet: 5C, 32 and 45. RGB value is (92,50,69). Sum of RGB (Red+Green+Blue) = 92+50+69=211 (27% of max value = 765). Red value is 92 (36.33% from 255 or 43.60% from 211); Green value is 50 (19.92% from 255 or 23.70% from 211); Blue value is 69 (27.34% from 255 or 32.70% from 211); Max value from RGB is 92 - color contains mainly: red. Hex color #5C3245 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C3245 is #A3CDBA. Grayscale: #404040. Windows color (decimal): -10735035 or 4534876. OLE color: 4534876.
HSL color Cylindrical-coordinate representation of color #5C3245: hue angle of 332.86º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5C3245 is Cyan = 0, Magento = 0.46, Yellow = 0.25 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 50 | 69 | - |
| CMYK | 0 | 0.46 | 0.25 | 0.64 |
| HSL | 332.86º | 0.3% | 0.28% | - |
| HSV(B) | 332.86º | 0.46% | 0.36% | - |
| XYZ | 6.63 | 4.99 | 6.24 | - |
| YUV | 64.72 | 130.41 | 147.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 50 | 69 | 0 | 0.46 | 0.25 | 0.64 | 332.86 | 0.3 | 0.28 |
| Hex | 5C | 32 | 45 | 0 | 2E | 19 | 40 | 14D | 1E | 1C |
| Octal | 134 | 62 | 105 | 0 | 56 | 31 | 100 | 515 | 36 | 34 |
| Binary | 1011100 | 110010 | 1000101 | 0 | 101110 | 11001 | 1000000 | 101001101 | 11110 | 11100 |
Color Harmonies of #5C3245
Complementary color
Monochromatic Colors of #5C3245
Black with #5C3245
Text Example
Text Example
White with #5C3245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C3245; }
p { color: rgb(92,50,69); }
H1.HeaderClassName
{
color: #5C3245;
}
.AnyTagClassName
{
color: #5C3245;
}
</style>
background-color css
<style>
a { background-color: #5C3245; }
a { background-color: rgb(92,50,69); }
div.DivClassName
{
background-color: #5C3245;
}
.BgClassName
{
background-color: #5C3245;
}
</style>
border-color css
<style>
span { border-color: #5C3245; }
span { border-color: rgb(92,50,69); }
td.TdClassName
{
border-color: #5C3245;
}
.TagClassName
{
border-color: #5C3245;
}
</style>