Shades of Tawny Port #5F3C43
Tints of Tawny Port #5F3C43
RGB
CMYK
RGB Variations
Color information
#5F3C43 (or 0x5F3C43) is known color: Tawny Port. HEX triplet: 5F, 3C and 43. RGB value is (95,60,67). Sum of RGB (Red+Green+Blue) = 95+60+67=222 (29% of max value = 765). Red value is 95 (37.5% from 255 or 42.79% from 222); Green value is 60 (23.83% from 255 or 27.03% from 222); Blue value is 67 (26.56% from 255 or 30.18% from 222); Max value from RGB is 95 - color contains mainly: red. Hex color #5F3C43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F3C43 is #A0C3BC. Grayscale: #474747. Windows color (decimal): -10535869 or 4406367. OLE color: 4406367.
HSL color Cylindrical-coordinate representation of color #5F3C43: hue angle of 348º degrees, saturation: 0.23, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5F3C43 is Cyan = 0, Magento = 0.37, Yellow = 0.29 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 60 | 67 | - |
| CMYK | 0 | 0.37 | 0.29 | 0.63 |
| HSL | 348º | 0.23% | 0.3% | - |
| HSV(B) | 348º | 0.37% | 0.37% | - |
| XYZ | 7.35 | 6.07 | 6.09 | - |
| YUV | 71.26 | 125.6 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 60 | 67 | 0 | 0.37 | 0.29 | 0.63 | 348 | 0.23 | 0.3 |
| Hex | 5F | 3C | 43 | 0 | 25 | 1D | 3F | 15C | 17 | 1E |
| Octal | 137 | 74 | 103 | 0 | 45 | 35 | 77 | 534 | 27 | 36 |
| Binary | 1011111 | 111100 | 1000011 | 0 | 100101 | 11101 | 111111 | 101011100 | 10111 | 11110 |
Color Harmonies of #5F3C43
Complementary color
Monochromatic Colors of #5F3C43
Black with #5F3C43
Text Example
Text Example
White with #5F3C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F3C43; }
p { color: rgb(95,60,67); }
H1.HeaderClassName
{
color: #5F3C43;
}
.AnyTagClassName
{
color: #5F3C43;
}
</style>
background-color css
<style>
a { background-color: #5F3C43; }
a { background-color: rgb(95,60,67); }
div.DivClassName
{
background-color: #5F3C43;
}
.BgClassName
{
background-color: #5F3C43;
}
</style>
border-color css
<style>
span { border-color: #5F3C43; }
span { border-color: rgb(95,60,67); }
td.TdClassName
{
border-color: #5F3C43;
}
.TagClassName
{
border-color: #5F3C43;
}
</style>