Shades of Tawny Port #5F454C
Tints of Tawny Port #5F454C
RGB
CMYK
RGB Variations
Color information
#5F454C (or 0x5F454C) is known color: Tawny Port. HEX triplet: 5F, 45 and 4C. RGB value is (95,69,76). Sum of RGB (Red+Green+Blue) = 95+69+76=240 (31% of max value = 765). Red value is 95 (37.5% from 255 or 39.58% from 240); Green value is 69 (27.34% from 255 or 28.75% from 240); Blue value is 76 (30.08% from 255 or 31.67% from 240); Max value from RGB is 95 - color contains mainly: red. Hex color #5F454C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F454C is #A0BAB3. Grayscale: #4D4D4D. Windows color (decimal): -10533556 or 4998495. OLE color: 4998495.
HSL color Cylindrical-coordinate representation of color #5F454C: hue angle of 343.85º degrees, saturation: 0.16, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5F454C is Cyan = 0, Magento = 0.27, Yellow = 0.20 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 69 | 76 | - |
| CMYK | 0 | 0.27 | 0.20 | 0.63 |
| HSL | 343.85º | 0.16% | 0.32% | - |
| HSV(B) | 343.85º | 0.27% | 0.37% | - |
| XYZ | 8.15 | 7.21 | 7.8 | - |
| YUV | 77.57 | 127.11 | 140.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 69 | 76 | 0 | 0.27 | 0.20 | 0.63 | 343.85 | 0.16 | 0.32 |
| Hex | 5F | 45 | 4C | 0 | 1B | 14 | 3F | 158 | 10 | 20 |
| Octal | 137 | 105 | 114 | 0 | 33 | 24 | 77 | 530 | 20 | 40 |
| Binary | 1011111 | 1000101 | 1001100 | 0 | 11011 | 10100 | 111111 | 101011000 | 10000 | 100000 |
Color Harmonies of #5F454C
Complementary color
Monochromatic Colors of #5F454C
Black with #5F454C
Text Example
Text Example
White with #5F454C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F454C; }
p { color: rgb(95,69,76); }
H1.HeaderClassName
{
color: #5F454C;
}
.AnyTagClassName
{
color: #5F454C;
}
</style>
background-color css
<style>
a { background-color: #5F454C; }
a { background-color: rgb(95,69,76); }
div.DivClassName
{
background-color: #5F454C;
}
.BgClassName
{
background-color: #5F454C;
}
</style>
border-color css
<style>
span { border-color: #5F454C; }
span { border-color: rgb(95,69,76); }
td.TdClassName
{
border-color: #5F454C;
}
.TagClassName
{
border-color: #5F454C;
}
</style>