Shades of Tawny Port #5C3840
Tints of Tawny Port #5C3840
RGB
CMYK
RGB Variations
Color information
#5C3840 (or 0x5C3840) is known color: Tawny Port. HEX triplet: 5C, 38 and 40. RGB value is (92,56,64). Sum of RGB (Red+Green+Blue) = 92+56+64=212 (28% of max value = 765). Red value is 92 (36.33% from 255 or 43.40% from 212); Green value is 56 (22.27% from 255 or 26.42% from 212); Blue value is 64 (25.39% from 255 or 30.19% from 212); Max value from RGB is 92 - color contains mainly: red. Hex color #5C3840 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C3840 is #A3C7BF. Grayscale: #434343. Windows color (decimal): -10733504 or 4208732. OLE color: 4208732.
HSL color Cylindrical-coordinate representation of color #5C3840: hue angle of 346.67º degrees, saturation: 0.24, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5C3840 is Cyan = 0, Magento = 0.39, Yellow = 0.30 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 56 | 64 | - |
| CMYK | 0 | 0.39 | 0.30 | 0.64 |
| HSL | 346.67º | 0.24% | 0.29% | - |
| HSV(B) | 346.67º | 0.39% | 0.36% | - |
| XYZ | 6.75 | 5.47 | 5.55 | - |
| YUV | 67.68 | 125.93 | 145.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 56 | 64 | 0 | 0.39 | 0.30 | 0.64 | 346.67 | 0.24 | 0.29 |
| Hex | 5C | 38 | 40 | 0 | 27 | 1E | 40 | 15B | 18 | 1D |
| Octal | 134 | 70 | 100 | 0 | 47 | 36 | 100 | 533 | 30 | 35 |
| Binary | 1011100 | 111000 | 1000000 | 0 | 100111 | 11110 | 1000000 | 101011011 | 11000 | 11101 |
Color Harmonies of #5C3840
Complementary color
Monochromatic Colors of #5C3840
Black with #5C3840
Text Example
Text Example
White with #5C3840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C3840; }
p { color: rgb(92,56,64); }
H1.HeaderClassName
{
color: #5C3840;
}
.AnyTagClassName
{
color: #5C3840;
}
</style>
background-color css
<style>
a { background-color: #5C3840; }
a { background-color: rgb(92,56,64); }
div.DivClassName
{
background-color: #5C3840;
}
.BgClassName
{
background-color: #5C3840;
}
</style>
border-color css
<style>
span { border-color: #5C3840; }
span { border-color: rgb(92,56,64); }
td.TdClassName
{
border-color: #5C3840;
}
.TagClassName
{
border-color: #5C3840;
}
</style>