Shades of Tawny Port #5F4248
Tints of Tawny Port #5F4248
RGB
CMYK
RGB Variations
Color information
#5F4248 (or 0x5F4248) is known color: Tawny Port. HEX triplet: 5F, 42 and 48. RGB value is (95,66,72). Sum of RGB (Red+Green+Blue) = 95+66+72=233 (30% of max value = 765). Red value is 95 (37.5% from 255 or 40.77% from 233); Green value is 66 (26.17% from 255 or 28.33% from 233); Blue value is 72 (28.52% from 255 or 30.90% from 233); Max value from RGB is 95 - color contains mainly: red. Hex color #5F4248 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F4248 is #A0BDB7. Grayscale: #4B4B4B. Windows color (decimal): -10534328 or 4735583. OLE color: 4735583.
HSL color Cylindrical-coordinate representation of color #5F4248: hue angle of 347.59º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5F4248 is Cyan = 0, Magento = 0.31, Yellow = 0.24 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 66 | 72 | - |
| CMYK | 0 | 0.31 | 0.24 | 0.63 |
| HSL | 347.59º | 0.18% | 0.32% | - |
| HSV(B) | 347.59º | 0.31% | 0.37% | - |
| XYZ | 7.84 | 6.8 | 7.03 | - |
| YUV | 75.36 | 126.11 | 142.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 66 | 72 | 0 | 0.31 | 0.24 | 0.63 | 347.59 | 0.18 | 0.32 |
| Hex | 5F | 42 | 48 | 0 | 1F | 18 | 3F | 15C | 12 | 20 |
| Octal | 137 | 102 | 110 | 0 | 37 | 30 | 77 | 534 | 22 | 40 |
| Binary | 1011111 | 1000010 | 1001000 | 0 | 11111 | 11000 | 111111 | 101011100 | 10010 | 100000 |
Color Harmonies of #5F4248
Complementary color
Monochromatic Colors of #5F4248
Black with #5F4248
Text Example
Text Example
White with #5F4248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F4248; }
p { color: rgb(95,66,72); }
H1.HeaderClassName
{
color: #5F4248;
}
.AnyTagClassName
{
color: #5F4248;
}
</style>
background-color css
<style>
a { background-color: #5F4248; }
a { background-color: rgb(95,66,72); }
div.DivClassName
{
background-color: #5F4248;
}
.BgClassName
{
background-color: #5F4248;
}
</style>
border-color css
<style>
span { border-color: #5F4248; }
span { border-color: rgb(95,66,72); }
td.TdClassName
{
border-color: #5F4248;
}
.TagClassName
{
border-color: #5F4248;
}
</style>