Shades of Tawny Port #5C3C46
Tints of Tawny Port #5C3C46
RGB
CMYK
RGB Variations
Color information
#5C3C46 (or 0x5C3C46) is known color: Tawny Port. HEX triplet: 5C, 3C and 46. RGB value is (92,60,70). Sum of RGB (Red+Green+Blue) = 92+60+70=222 (29% of max value = 765). Red value is 92 (36.33% from 255 or 41.44% from 222); Green value is 60 (23.83% from 255 or 27.03% from 222); Blue value is 70 (27.73% from 255 or 31.53% from 222); Max value from RGB is 92 - color contains mainly: red. Hex color #5C3C46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C3C46 is #A3C3B9. Grayscale: #464646. Windows color (decimal): -10732474 or 4602972. OLE color: 4602972.
HSL color Cylindrical-coordinate representation of color #5C3C46: hue angle of 341.25º 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 #5C3C46 is Cyan = 0, Magento = 0.35, Yellow = 0.24 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 60 | 70 | - |
| CMYK | 0 | 0.35 | 0.24 | 0.64 |
| HSL | 341.25º | 0.21% | 0.3% | - |
| HSV(B) | 341.25º | 0.35% | 0.36% | - |
| XYZ | 7.13 | 5.95 | 6.57 | - |
| YUV | 70.71 | 127.6 | 143.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 60 | 70 | 0 | 0.35 | 0.24 | 0.64 | 341.25 | 0.21 | 0.3 |
| Hex | 5C | 3C | 46 | 0 | 23 | 18 | 40 | 155 | 15 | 1E |
| Octal | 134 | 74 | 106 | 0 | 43 | 30 | 100 | 525 | 25 | 36 |
| Binary | 1011100 | 111100 | 1000110 | 0 | 100011 | 11000 | 1000000 | 101010101 | 10101 | 11110 |
Color Harmonies of #5C3C46
Complementary color
Monochromatic Colors of #5C3C46
Black with #5C3C46
Text Example
Text Example
White with #5C3C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C3C46; }
p { color: rgb(92,60,70); }
H1.HeaderClassName
{
color: #5C3C46;
}
.AnyTagClassName
{
color: #5C3C46;
}
</style>
background-color css
<style>
a { background-color: #5C3C46; }
a { background-color: rgb(92,60,70); }
div.DivClassName
{
background-color: #5C3C46;
}
.BgClassName
{
background-color: #5C3C46;
}
</style>
border-color css
<style>
span { border-color: #5C3C46; }
span { border-color: rgb(92,60,70); }
td.TdClassName
{
border-color: #5C3C46;
}
.TagClassName
{
border-color: #5C3C46;
}
</style>