Shades of Tawny Port #5C3941
Tints of Tawny Port #5C3941
RGB
CMYK
RGB Variations
Color information
#5C3941 (or 0x5C3941) is known color: Tawny Port. HEX triplet: 5C, 39 and 41. RGB value is (92,57,65). Sum of RGB (Red+Green+Blue) = 92+57+65=214 (28% of max value = 765). Red value is 92 (36.33% from 255 or 42.99% from 214); Green value is 57 (22.66% from 255 or 26.64% from 214); Blue value is 65 (25.78% from 255 or 30.37% from 214); Max value from RGB is 92 - color contains mainly: red. Hex color #5C3941 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C3941 is #A3C6BE. Grayscale: #444444. Windows color (decimal): -10733247 or 4274524. OLE color: 4274524.
HSL color Cylindrical-coordinate representation of color #5C3941: hue angle of 346.29º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5C3941 is Cyan = 0, Magento = 0.38, Yellow = 0.29 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 57 | 65 | - |
| CMYK | 0 | 0.38 | 0.29 | 0.64 |
| HSL | 346.29º | 0.23% | 0.29% | - |
| HSV(B) | 346.29º | 0.38% | 0.36% | - |
| XYZ | 6.83 | 5.58 | 5.72 | - |
| YUV | 68.38 | 126.1 | 144.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 57 | 65 | 0 | 0.38 | 0.29 | 0.64 | 346.29 | 0.23 | 0.29 |
| Hex | 5C | 39 | 41 | 0 | 26 | 1D | 40 | 15A | 17 | 1D |
| Octal | 134 | 71 | 101 | 0 | 46 | 35 | 100 | 532 | 27 | 35 |
| Binary | 1011100 | 111001 | 1000001 | 0 | 100110 | 11101 | 1000000 | 101011010 | 10111 | 11101 |
Color Harmonies of #5C3941
Complementary color
Monochromatic Colors of #5C3941
Black with #5C3941
Text Example
Text Example
White with #5C3941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C3941; }
p { color: rgb(92,57,65); }
H1.HeaderClassName
{
color: #5C3941;
}
.AnyTagClassName
{
color: #5C3941;
}
</style>
background-color css
<style>
a { background-color: #5C3941; }
a { background-color: rgb(92,57,65); }
div.DivClassName
{
background-color: #5C3941;
}
.BgClassName
{
background-color: #5C3941;
}
</style>
border-color css
<style>
span { border-color: #5C3941; }
span { border-color: rgb(92,57,65); }
td.TdClassName
{
border-color: #5C3941;
}
.TagClassName
{
border-color: #5C3941;
}
</style>