Shades of Tawny Port #5C4349
Tints of Tawny Port #5C4349
RGB
CMYK
RGB Variations
Color information
#5C4349 (or 0x5C4349) is known color: Tawny Port. HEX triplet: 5C, 43 and 49. RGB value is (92,67,73). Sum of RGB (Red+Green+Blue) = 92+67+73=232 (30% of max value = 765). Red value is 92 (36.33% from 255 or 39.66% from 232); Green value is 67 (26.56% from 255 or 28.88% from 232); Blue value is 73 (28.91% from 255 or 31.47% from 232); Max value from RGB is 92 - color contains mainly: red. Hex color #5C4349 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C4349 is #A3BCB6. Grayscale: #4B4B4B. Windows color (decimal): -10730679 or 4801372. OLE color: 4801372.
HSL color Cylindrical-coordinate representation of color #5C4349: hue angle of 345.6º degrees, saturation: 0.16, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5C4349 is Cyan = 0, Magento = 0.27, Yellow = 0.21 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 67 | 73 | - |
| CMYK | 0 | 0.27 | 0.21 | 0.64 |
| HSL | 345.6º | 0.16% | 0.31% | - |
| HSV(B) | 345.6º | 0.27% | 0.36% | - |
| XYZ | 7.62 | 6.77 | 7.21 | - |
| YUV | 75.16 | 126.78 | 140.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 67 | 73 | 0 | 0.27 | 0.21 | 0.64 | 345.6 | 0.16 | 0.31 |
| Hex | 5C | 43 | 49 | 0 | 1B | 15 | 40 | 15A | 10 | 1F |
| Octal | 134 | 103 | 111 | 0 | 33 | 25 | 100 | 532 | 20 | 37 |
| Binary | 1011100 | 1000011 | 1001001 | 0 | 11011 | 10101 | 1000000 | 101011010 | 10000 | 11111 |
Color Harmonies of #5C4349
Complementary color
Monochromatic Colors of #5C4349
Black with #5C4349
Text Example
Text Example
White with #5C4349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C4349; }
p { color: rgb(92,67,73); }
H1.HeaderClassName
{
color: #5C4349;
}
.AnyTagClassName
{
color: #5C4349;
}
</style>
background-color css
<style>
a { background-color: #5C4349; }
a { background-color: rgb(92,67,73); }
div.DivClassName
{
background-color: #5C4349;
}
.BgClassName
{
background-color: #5C4349;
}
</style>
border-color css
<style>
span { border-color: #5C4349; }
span { border-color: rgb(92,67,73); }
td.TdClassName
{
border-color: #5C4349;
}
.TagClassName
{
border-color: #5C4349;
}
</style>