Shades of Tawny Port #5C3945
Tints of Tawny Port #5C3945
RGB
CMYK
RGB Variations
Color information
#5C3945 (or 0x5C3945) is known color: Tawny Port. HEX triplet: 5C, 39 and 45. RGB value is (92,57,69). Sum of RGB (Red+Green+Blue) = 92+57+69=218 (28% of max value = 765). Red value is 92 (36.33% from 255 or 42.20% from 218); Green value is 57 (22.66% from 255 or 26.15% from 218); Blue value is 69 (27.34% from 255 or 31.65% from 218); Max value from RGB is 92 - color contains mainly: red. Hex color #5C3945 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C3945 is #A3C6BA. Grayscale: #444444. Windows color (decimal): -10733243 or 4536668. OLE color: 4536668.
HSL color Cylindrical-coordinate representation of color #5C3945: hue angle of 339.43º 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 #5C3945 is Cyan = 0, Magento = 0.38, Yellow = 0.25 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 57 | 69 | - |
| CMYK | 0 | 0.38 | 0.25 | 0.64 |
| HSL | 339.43º | 0.23% | 0.29% | - |
| HSV(B) | 339.43º | 0.38% | 0.36% | - |
| XYZ | 6.95 | 5.63 | 6.35 | - |
| YUV | 68.83 | 128.1 | 144.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 57 | 69 | 0 | 0.38 | 0.25 | 0.64 | 339.43 | 0.23 | 0.29 |
| Hex | 5C | 39 | 45 | 0 | 26 | 19 | 40 | 153 | 17 | 1D |
| Octal | 134 | 71 | 105 | 0 | 46 | 31 | 100 | 523 | 27 | 35 |
| Binary | 1011100 | 111001 | 1000101 | 0 | 100110 | 11001 | 1000000 | 101010011 | 10111 | 11101 |
Color Harmonies of #5C3945
Complementary color
Monochromatic Colors of #5C3945
Black with #5C3945
Text Example
Text Example
White with #5C3945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C3945; }
p { color: rgb(92,57,69); }
H1.HeaderClassName
{
color: #5C3945;
}
.AnyTagClassName
{
color: #5C3945;
}
</style>
background-color css
<style>
a { background-color: #5C3945; }
a { background-color: rgb(92,57,69); }
div.DivClassName
{
background-color: #5C3945;
}
.BgClassName
{
background-color: #5C3945;
}
</style>
border-color css
<style>
span { border-color: #5C3945; }
span { border-color: rgb(92,57,69); }
td.TdClassName
{
border-color: #5C3945;
}
.TagClassName
{
border-color: #5C3945;
}
</style>