Shades of Sepia #9E593A
Tints of Sepia #9E593A
RGB
CMYK
RGB Variations
Color information
#9E593A (or 0x9E593A) is known color: Sepia. HEX triplet: 9E, 59 and 3A. RGB value is (158,89,58). Sum of RGB (Red+Green+Blue) = 158+89+58=305 (40% of max value = 765). Red value is 158 (62.11% from 255 or 51.80% from 305); Green value is 89 (35.16% from 255 or 29.18% from 305); Blue value is 58 (23.05% from 255 or 19.02% from 305); Max value from RGB is 158 - color contains mainly: red. Hex color #9E593A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E593A is #61A6C5. Grayscale: #6A6A6A. Windows color (decimal): -6399686 or 3824030. OLE color: 3824030.
HSL color Cylindrical-coordinate representation of color #9E593A: hue angle of 18.6º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9E593A is Cyan = 0, Magento = 0.44, Yellow = 0.63 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 89 | 58 | - |
| CMYK | 0 | 0.44 | 0.63 | 0.38 |
| HSL | 18.6º | 0.46% | 0.42% | - |
| HSV(B) | 18.6º | 0.63% | 0.62% | - |
| XYZ | 18.44 | 14.72 | 5.87 | - |
| YUV | 106.1 | 100.86 | 165.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 89 | 58 | 0 | 0.44 | 0.63 | 0.38 | 18.6 | 0.46 | 0.42 |
| Hex | 9E | 59 | 3A | 0 | 2C | 3F | 26 | 13 | 2E | 2A |
| Octal | 236 | 131 | 72 | 0 | 54 | 77 | 46 | 23 | 56 | 52 |
| Binary | 10011110 | 1011001 | 111010 | 0 | 101100 | 111111 | 100110 | 10011 | 101110 | 101010 |
Color Harmonies of #9E593A
Complementary color
Monochromatic Colors of #9E593A
Black with #9E593A
Text Example
Text Example
White with #9E593A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E593A; }
p { color: rgb(158,89,58); }
H1.HeaderClassName
{
color: #9E593A;
}
.AnyTagClassName
{
color: #9E593A;
}
</style>
background-color css
<style>
a { background-color: #9E593A; }
a { background-color: rgb(158,89,58); }
div.DivClassName
{
background-color: #9E593A;
}
.BgClassName
{
background-color: #9E593A;
}
</style>
border-color css
<style>
span { border-color: #9E593A; }
span { border-color: rgb(158,89,58); }
td.TdClassName
{
border-color: #9E593A;
}
.TagClassName
{
border-color: #9E593A;
}
</style>