Shades of Sepia #9F5D47
Tints of Sepia #9F5D47
RGB
CMYK
RGB Variations
Color information
#9F5D47 (or 0x9F5D47) is known color: Sepia. HEX triplet: 9F, 5D and 47. RGB value is (159,93,71). Sum of RGB (Red+Green+Blue) = 159+93+71=323 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.23% from 323); Green value is 93 (36.72% from 255 or 28.79% from 323); Blue value is 71 (28.12% from 255 or 21.98% from 323); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5D47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F5D47 is #60A2B8. Grayscale: #6E6E6E. Windows color (decimal): -6333113 or 4677023. OLE color: 4677023.
HSL color Cylindrical-coordinate representation of color #9F5D47: hue angle of 15º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9F5D47 is Cyan = 0, Magento = 0.42, Yellow = 0.55 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 93 | 71 | - |
| CMYK | 0 | 0.42 | 0.55 | 0.38 |
| HSL | 15º | 0.38% | 0.45% | - |
| HSV(B) | 15º | 0.55% | 0.62% | - |
| XYZ | 19.35 | 15.65 | 7.96 | - |
| YUV | 110.23 | 105.87 | 162.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 93 | 71 | 0 | 0.42 | 0.55 | 0.38 | 15 | 0.38 | 0.45 |
| Hex | 9F | 5D | 47 | 0 | 2A | 37 | 26 | F | 26 | 2D |
| Octal | 237 | 135 | 107 | 0 | 52 | 67 | 46 | 17 | 46 | 55 |
| Binary | 10011111 | 1011101 | 1000111 | 0 | 101010 | 110111 | 100110 | 1111 | 100110 | 101101 |
Color Harmonies of #9F5D47
Complementary color
Monochromatic Colors of #9F5D47
Black with #9F5D47
Text Example
Text Example
White with #9F5D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5D47; }
p { color: rgb(159,93,71); }
H1.HeaderClassName
{
color: #9F5D47;
}
.AnyTagClassName
{
color: #9F5D47;
}
</style>
background-color css
<style>
a { background-color: #9F5D47; }
a { background-color: rgb(159,93,71); }
div.DivClassName
{
background-color: #9F5D47;
}
.BgClassName
{
background-color: #9F5D47;
}
</style>
border-color css
<style>
span { border-color: #9F5D47; }
span { border-color: rgb(159,93,71); }
td.TdClassName
{
border-color: #9F5D47;
}
.TagClassName
{
border-color: #9F5D47;
}
</style>