Shades of Tawny Port #5F383E
Tints of Tawny Port #5F383E
RGB
CMYK
RGB Variations
Color information
#5F383E (or 0x5F383E) is known color: Tawny Port. HEX triplet: 5F, 38 and 3E. RGB value is (95,56,62). Sum of RGB (Red+Green+Blue) = 95+56+62=213 (28% of max value = 765). Red value is 95 (37.5% from 255 or 44.60% from 213); Green value is 56 (22.27% from 255 or 26.29% from 213); Blue value is 62 (24.61% from 255 or 29.11% from 213); Max value from RGB is 95 - color contains mainly: red. Hex color #5F383E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F383E is #A0C7C1. Grayscale: #444444. Windows color (decimal): -10536898 or 4077663. OLE color: 4077663.
HSL color Cylindrical-coordinate representation of color #5F383E: hue angle of 350.77º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5F383E is Cyan = 0, Magento = 0.41, Yellow = 0.35 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 56 | 62 | - |
| CMYK | 0 | 0.41 | 0.35 | 0.63 |
| HSL | 350.77º | 0.26% | 0.3% | - |
| HSV(B) | 350.77º | 0.41% | 0.37% | - |
| XYZ | 7 | 5.61 | 5.27 | - |
| YUV | 68.35 | 124.42 | 147.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 56 | 62 | 0 | 0.41 | 0.35 | 0.63 | 350.77 | 0.26 | 0.3 |
| Hex | 5F | 38 | 3E | 0 | 29 | 23 | 3F | 15F | 1A | 1E |
| Octal | 137 | 70 | 76 | 0 | 51 | 43 | 77 | 537 | 32 | 36 |
| Binary | 1011111 | 111000 | 111110 | 0 | 101001 | 100011 | 111111 | 101011111 | 11010 | 11110 |
Color Harmonies of #5F383E
Complementary color
Monochromatic Colors of #5F383E
Black with #5F383E
Text Example
Text Example
White with #5F383E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F383E; }
p { color: rgb(95,56,62); }
H1.HeaderClassName
{
color: #5F383E;
}
.AnyTagClassName
{
color: #5F383E;
}
</style>
background-color css
<style>
a { background-color: #5F383E; }
a { background-color: rgb(95,56,62); }
div.DivClassName
{
background-color: #5F383E;
}
.BgClassName
{
background-color: #5F383E;
}
</style>
border-color css
<style>
span { border-color: #5F383E; }
span { border-color: rgb(95,56,62); }
td.TdClassName
{
border-color: #5F383E;
}
.TagClassName
{
border-color: #5F383E;
}
</style>