Shades of Tawny Port #5C3A46
Tints of Tawny Port #5C3A46
RGB
CMYK
RGB Variations
Color information
#5C3A46 (or 0x5C3A46) is known color: Tawny Port. HEX triplet: 5C, 3A and 46. RGB value is (92,58,70). Sum of RGB (Red+Green+Blue) = 92+58+70=220 (29% of max value = 765). Red value is 92 (36.33% from 255 or 41.82% from 220); Green value is 58 (23.05% from 255 or 26.36% from 220); Blue value is 70 (27.73% from 255 or 31.82% from 220); Max value from RGB is 92 - color contains mainly: red. Hex color #5C3A46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C3A46 is #A3C5B9. Grayscale: #454545. Windows color (decimal): -10732986 or 4602460. OLE color: 4602460.
HSL color Cylindrical-coordinate representation of color #5C3A46: hue angle of 338.82º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5C3A46 is Cyan = 0, Magento = 0.37, Yellow = 0.24 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 58 | 70 | - |
| CMYK | 0 | 0.37 | 0.24 | 0.64 |
| HSL | 338.82º | 0.23% | 0.29% | - |
| HSV(B) | 338.82º | 0.37% | 0.36% | - |
| XYZ | 7.03 | 5.74 | 6.53 | - |
| YUV | 69.53 | 128.26 | 144.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 58 | 70 | 0 | 0.37 | 0.24 | 0.64 | 338.82 | 0.23 | 0.29 |
| Hex | 5C | 3A | 46 | 0 | 25 | 18 | 40 | 153 | 17 | 1D |
| Octal | 134 | 72 | 106 | 0 | 45 | 30 | 100 | 523 | 27 | 35 |
| Binary | 1011100 | 111010 | 1000110 | 0 | 100101 | 11000 | 1000000 | 101010011 | 10111 | 11101 |
Color Harmonies of #5C3A46
Complementary color
Monochromatic Colors of #5C3A46
Black with #5C3A46
Text Example
Text Example
White with #5C3A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C3A46; }
p { color: rgb(92,58,70); }
H1.HeaderClassName
{
color: #5C3A46;
}
.AnyTagClassName
{
color: #5C3A46;
}
</style>
background-color css
<style>
a { background-color: #5C3A46; }
a { background-color: rgb(92,58,70); }
div.DivClassName
{
background-color: #5C3A46;
}
.BgClassName
{
background-color: #5C3A46;
}
</style>
border-color css
<style>
span { border-color: #5C3A46; }
span { border-color: rgb(92,58,70); }
td.TdClassName
{
border-color: #5C3A46;
}
.TagClassName
{
border-color: #5C3A46;
}
</style>