Shades of Tawny Port #5C3741
Tints of Tawny Port #5C3741
RGB
CMYK
RGB Variations
Color information
#5C3741 (or 0x5C3741) is known color: Tawny Port. HEX triplet: 5C, 37 and 41. RGB value is (92,55,65). Sum of RGB (Red+Green+Blue) = 92+55+65=212 (28% of max value = 765). Red value is 92 (36.33% from 255 or 43.40% from 212); Green value is 55 (21.88% from 255 or 25.94% from 212); Blue value is 65 (25.78% from 255 or 30.66% from 212); Max value from RGB is 92 - color contains mainly: red. Hex color #5C3741 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C3741 is #A3C8BE. Grayscale: #434343. Windows color (decimal): -10733759 or 4274012. OLE color: 4274012.
HSL color Cylindrical-coordinate representation of color #5C3741: hue angle of 343.78º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5C3741 is Cyan = 0, Magento = 0.40, Yellow = 0.29 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 55 | 65 | - |
| CMYK | 0 | 0.40 | 0.29 | 0.64 |
| HSL | 343.78º | 0.25% | 0.29% | - |
| HSV(B) | 343.78º | 0.4% | 0.36% | - |
| XYZ | 6.73 | 5.39 | 5.69 | - |
| YUV | 67.2 | 126.76 | 145.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 55 | 65 | 0 | 0.40 | 0.29 | 0.64 | 343.78 | 0.25 | 0.29 |
| Hex | 5C | 37 | 41 | 0 | 28 | 1D | 40 | 158 | 19 | 1D |
| Octal | 134 | 67 | 101 | 0 | 50 | 35 | 100 | 530 | 31 | 35 |
| Binary | 1011100 | 110111 | 1000001 | 0 | 101000 | 11101 | 1000000 | 101011000 | 11001 | 11101 |
Color Harmonies of #5C3741
Complementary color
Monochromatic Colors of #5C3741
Black with #5C3741
Text Example
Text Example
White with #5C3741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C3741; }
p { color: rgb(92,55,65); }
H1.HeaderClassName
{
color: #5C3741;
}
.AnyTagClassName
{
color: #5C3741;
}
</style>
background-color css
<style>
a { background-color: #5C3741; }
a { background-color: rgb(92,55,65); }
div.DivClassName
{
background-color: #5C3741;
}
.BgClassName
{
background-color: #5C3741;
}
</style>
border-color css
<style>
span { border-color: #5C3741; }
span { border-color: rgb(92,55,65); }
td.TdClassName
{
border-color: #5C3741;
}
.TagClassName
{
border-color: #5C3741;
}
</style>