Shades of Tawny Port #5F363D
Tints of Tawny Port #5F363D
RGB
CMYK
RGB Variations
Color information
#5F363D (or 0x5F363D) is known color: Tawny Port. HEX triplet: 5F, 36 and 3D. RGB value is (95,54,61). Sum of RGB (Red+Green+Blue) = 95+54+61=210 (27% of max value = 765). Red value is 95 (37.5% from 255 or 45.24% from 210); Green value is 54 (21.48% from 255 or 25.71% from 210); Blue value is 61 (24.22% from 255 or 29.05% from 210); Max value from RGB is 95 - color contains mainly: red. Hex color #5F363D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F363D is #A0C9C2. Grayscale: #434343. Windows color (decimal): -10537411 or 4011615. OLE color: 4011615.
HSL color Cylindrical-coordinate representation of color #5F363D: hue angle of 349.76º 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 #5F363D is Cyan = 0, Magento = 0.43, Yellow = 0.36 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 54 | 61 | - |
| CMYK | 0 | 0.43 | 0.36 | 0.63 |
| HSL | 349.76º | 0.28% | 0.29% | - |
| HSV(B) | 349.76º | 0.43% | 0.37% | - |
| XYZ | 6.88 | 5.41 | 5.1 | - |
| YUV | 67.06 | 124.58 | 147.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 54 | 61 | 0 | 0.43 | 0.36 | 0.63 | 349.76 | 0.28 | 0.29 |
| Hex | 5F | 36 | 3D | 0 | 2B | 24 | 3F | 15E | 1C | 1D |
| Octal | 137 | 66 | 75 | 0 | 53 | 44 | 77 | 536 | 34 | 35 |
| Binary | 1011111 | 110110 | 111101 | 0 | 101011 | 100100 | 111111 | 101011110 | 11100 | 11101 |
Color Harmonies of #5F363D
Complementary color
Monochromatic Colors of #5F363D
Black with #5F363D
Text Example
Text Example
White with #5F363D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F363D; }
p { color: rgb(95,54,61); }
H1.HeaderClassName
{
color: #5F363D;
}
.AnyTagClassName
{
color: #5F363D;
}
</style>
background-color css
<style>
a { background-color: #5F363D; }
a { background-color: rgb(95,54,61); }
div.DivClassName
{
background-color: #5F363D;
}
.BgClassName
{
background-color: #5F363D;
}
</style>
border-color css
<style>
span { border-color: #5F363D; }
span { border-color: rgb(95,54,61); }
td.TdClassName
{
border-color: #5F363D;
}
.TagClassName
{
border-color: #5F363D;
}
</style>