Shades of Sepia #9E5C40
Tints of Sepia #9E5C40
RGB
CMYK
RGB Variations
Color information
#9E5C40 (or 0x9E5C40) is known color: Sepia. HEX triplet: 9E, 5C and 40. RGB value is (158,92,64). Sum of RGB (Red+Green+Blue) = 158+92+64=314 (41% of max value = 765). Red value is 158 (62.11% from 255 or 50.32% from 314); Green value is 92 (36.33% from 255 or 29.30% from 314); Blue value is 64 (25.39% from 255 or 20.38% from 314); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5C40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E5C40 is #61A3BF. Grayscale: #6C6C6C. Windows color (decimal): -6398912 or 4218014. OLE color: 4218014.
HSL color Cylindrical-coordinate representation of color #9E5C40: 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 #9E5C40 is Cyan = 0, Magento = 0.42, Yellow = 0.59 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 92 | 64 | - |
| CMYK | 0 | 0.42 | 0.59 | 0.38 |
| HSL | 17.87º | 0.42% | 0.44% | - |
| HSV(B) | 17.87º | 0.59% | 0.62% | - |
| XYZ | 18.85 | 15.29 | 6.81 | - |
| YUV | 108.54 | 102.87 | 163.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 92 | 64 | 0 | 0.42 | 0.59 | 0.38 | 17.87 | 0.42 | 0.44 |
| Hex | 9E | 5C | 40 | 0 | 2A | 3B | 26 | 12 | 2A | 2C |
| Octal | 236 | 134 | 100 | 0 | 52 | 73 | 46 | 22 | 52 | 54 |
| Binary | 10011110 | 1011100 | 1000000 | 0 | 101010 | 111011 | 100110 | 10010 | 101010 | 101100 |
Color Harmonies of #9E5C40
Complementary color
Monochromatic Colors of #9E5C40
Black with #9E5C40
Text Example
Text Example
White with #9E5C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E5C40; }
p { color: rgb(158,92,64); }
H1.HeaderClassName
{
color: #9E5C40;
}
.AnyTagClassName
{
color: #9E5C40;
}
</style>
background-color css
<style>
a { background-color: #9E5C40; }
a { background-color: rgb(158,92,64); }
div.DivClassName
{
background-color: #9E5C40;
}
.BgClassName
{
background-color: #9E5C40;
}
</style>
border-color css
<style>
span { border-color: #9E5C40; }
span { border-color: rgb(158,92,64); }
td.TdClassName
{
border-color: #9E5C40;
}
.TagClassName
{
border-color: #9E5C40;
}
</style>