Shades of Tawny Port #5F363E
Tints of Tawny Port #5F363E
RGB
CMYK
RGB Variations
Color information
#5F363E (or 0x5F363E) is known color: Tawny Port. HEX triplet: 5F, 36 and 3E. RGB value is (95,54,62). Sum of RGB (Red+Green+Blue) = 95+54+62=211 (27% of max value = 765). Red value is 95 (37.5% from 255 or 45.02% from 211); Green value is 54 (21.48% from 255 or 25.59% from 211); Blue value is 62 (24.61% from 255 or 29.38% from 211); Max value from RGB is 95 - color contains mainly: red. Hex color #5F363E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F363E is #A0C9C1. Grayscale: #434343. Windows color (decimal): -10537410 or 4077151. OLE color: 4077151.
HSL color Cylindrical-coordinate representation of color #5F363E: hue angle of 348.29º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5F363E is Cyan = 0, Magento = 0.43, Yellow = 0.35 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 54 | 62 | - |
| CMYK | 0 | 0.43 | 0.35 | 0.63 |
| HSL | 348.29º | 0.28% | 0.29% | - |
| HSV(B) | 348.29º | 0.43% | 0.37% | - |
| XYZ | 6.91 | 5.42 | 5.24 | - |
| YUV | 67.17 | 125.08 | 147.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 54 | 62 | 0 | 0.43 | 0.35 | 0.63 | 348.29 | 0.28 | 0.29 |
| Hex | 5F | 36 | 3E | 0 | 2B | 23 | 3F | 15C | 1C | 1D |
| Octal | 137 | 66 | 76 | 0 | 53 | 43 | 77 | 534 | 34 | 35 |
| Binary | 1011111 | 110110 | 111110 | 0 | 101011 | 100011 | 111111 | 101011100 | 11100 | 11101 |
Color Harmonies of #5F363E
Complementary color
Monochromatic Colors of #5F363E
Black with #5F363E
Text Example
Text Example
White with #5F363E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F363E; }
p { color: rgb(95,54,62); }
H1.HeaderClassName
{
color: #5F363E;
}
.AnyTagClassName
{
color: #5F363E;
}
</style>
background-color css
<style>
a { background-color: #5F363E; }
a { background-color: rgb(95,54,62); }
div.DivClassName
{
background-color: #5F363E;
}
.BgClassName
{
background-color: #5F363E;
}
</style>
border-color css
<style>
span { border-color: #5F363E; }
span { border-color: rgb(95,54,62); }
td.TdClassName
{
border-color: #5F363E;
}
.TagClassName
{
border-color: #5F363E;
}
</style>