Shades of Tawny Port #5C3C48
Tints of Tawny Port #5C3C48
RGB
CMYK
RGB Variations
Color information
#5C3C48 (or 0x5C3C48) is known color: Tawny Port. HEX triplet: 5C, 3C and 48. RGB value is (92,60,72). Sum of RGB (Red+Green+Blue) = 92+60+72=224 (29% of max value = 765). Red value is 92 (36.33% from 255 or 41.07% from 224); Green value is 60 (23.83% from 255 or 26.79% from 224); Blue value is 72 (28.52% from 255 or 32.14% from 224); Max value from RGB is 92 - color contains mainly: red. Hex color #5C3C48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C3C48 is #A3C3B7. Grayscale: #464646. Windows color (decimal): -10732472 or 4734044. OLE color: 4734044.
HSL color Cylindrical-coordinate representation of color #5C3C48: hue angle of 337.5º degrees, saturation: 0.21, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5C3C48 is Cyan = 0, Magento = 0.35, Yellow = 0.22 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 60 | 72 | - |
| CMYK | 0 | 0.35 | 0.22 | 0.64 |
| HSL | 337.5º | 0.21% | 0.3% | - |
| HSV(B) | 337.5º | 0.35% | 0.36% | - |
| XYZ | 7.2 | 5.97 | 6.9 | - |
| YUV | 70.94 | 128.6 | 143.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 60 | 72 | 0 | 0.35 | 0.22 | 0.64 | 337.5 | 0.21 | 0.3 |
| Hex | 5C | 3C | 48 | 0 | 23 | 16 | 40 | 152 | 15 | 1E |
| Octal | 134 | 74 | 110 | 0 | 43 | 26 | 100 | 522 | 25 | 36 |
| Binary | 1011100 | 111100 | 1001000 | 0 | 100011 | 10110 | 1000000 | 101010010 | 10101 | 11110 |
Color Harmonies of #5C3C48
Complementary color
Monochromatic Colors of #5C3C48
Black with #5C3C48
Text Example
Text Example
White with #5C3C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C3C48; }
p { color: rgb(92,60,72); }
H1.HeaderClassName
{
color: #5C3C48;
}
.AnyTagClassName
{
color: #5C3C48;
}
</style>
background-color css
<style>
a { background-color: #5C3C48; }
a { background-color: rgb(92,60,72); }
div.DivClassName
{
background-color: #5C3C48;
}
.BgClassName
{
background-color: #5C3C48;
}
</style>
border-color css
<style>
span { border-color: #5C3C48; }
span { border-color: rgb(92,60,72); }
td.TdClassName
{
border-color: #5C3C48;
}
.TagClassName
{
border-color: #5C3C48;
}
</style>