Shades of Sepia #9F5D41
Tints of Sepia #9F5D41
RGB
CMYK
RGB Variations
Color information
#9F5D41 (or 0x9F5D41) is known color: Sepia. HEX triplet: 9F, 5D and 41. RGB value is (159,93,65). Sum of RGB (Red+Green+Blue) = 159+93+65=317 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.16% from 317); Green value is 93 (36.72% from 255 or 29.34% from 317); Blue value is 65 (25.78% from 255 or 20.50% from 317); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5D41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F5D41 is #60A2BE. Grayscale: #6D6D6D. Windows color (decimal): -6333119 or 4283807. OLE color: 4283807.
HSL color Cylindrical-coordinate representation of color #9F5D41: hue angle of 17.87º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9F5D41 is Cyan = 0, Magento = 0.42, Yellow = 0.59 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 93 | 65 | - |
| CMYK | 0 | 0.42 | 0.59 | 0.38 |
| HSL | 17.87º | 0.42% | 0.44% | - |
| HSV(B) | 17.87º | 0.59% | 0.62% | - |
| XYZ | 19.17 | 15.58 | 7 | - |
| YUV | 109.54 | 102.87 | 163.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 93 | 65 | 0 | 0.42 | 0.59 | 0.38 | 17.87 | 0.42 | 0.44 |
| Hex | 9F | 5D | 41 | 0 | 2A | 3B | 26 | 12 | 2A | 2C |
| Octal | 237 | 135 | 101 | 0 | 52 | 73 | 46 | 22 | 52 | 54 |
| Binary | 10011111 | 1011101 | 1000001 | 0 | 101010 | 111011 | 100110 | 10010 | 101010 | 101100 |
Color Harmonies of #9F5D41
Complementary color
Monochromatic Colors of #9F5D41
Black with #9F5D41
Text Example
Text Example
White with #9F5D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5D41; }
p { color: rgb(159,93,65); }
H1.HeaderClassName
{
color: #9F5D41;
}
.AnyTagClassName
{
color: #9F5D41;
}
</style>
background-color css
<style>
a { background-color: #9F5D41; }
a { background-color: rgb(159,93,65); }
div.DivClassName
{
background-color: #9F5D41;
}
.BgClassName
{
background-color: #9F5D41;
}
</style>
border-color css
<style>
span { border-color: #9F5D41; }
span { border-color: rgb(159,93,65); }
td.TdClassName
{
border-color: #9F5D41;
}
.TagClassName
{
border-color: #9F5D41;
}
</style>