Shades of Sepia #9E563A
Tints of Sepia #9E563A
RGB
CMYK
RGB Variations
Color information
#9E563A (or 0x9E563A) is known color: Sepia. HEX triplet: 9E, 56 and 3A. RGB value is (158,86,58). Sum of RGB (Red+Green+Blue) = 158+86+58=302 (40% of max value = 765). Red value is 158 (62.11% from 255 or 52.32% from 302); Green value is 86 (33.98% from 255 or 28.48% from 302); Blue value is 58 (23.05% from 255 or 19.21% from 302); Max value from RGB is 158 - color contains mainly: red. Hex color #9E563A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E563A is #61A9C5. Grayscale: #686868. Windows color (decimal): -6400454 or 3823262. OLE color: 3823262.
HSL color Cylindrical-coordinate representation of color #9E563A: hue angle of 16.8º 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 #9E563A is Cyan = 0, Magento = 0.46, Yellow = 0.63 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 86 | 58 | - |
| CMYK | 0 | 0.46 | 0.63 | 0.38 |
| HSL | 16.8º | 0.46% | 0.42% | - |
| HSV(B) | 16.8º | 0.63% | 0.62% | - |
| XYZ | 18.19 | 14.23 | 5.79 | - |
| YUV | 104.34 | 101.85 | 166.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 86 | 58 | 0 | 0.46 | 0.63 | 0.38 | 16.8 | 0.46 | 0.42 |
| Hex | 9E | 56 | 3A | 0 | 2E | 3F | 26 | 11 | 2E | 2A |
| Octal | 236 | 126 | 72 | 0 | 56 | 77 | 46 | 21 | 56 | 52 |
| Binary | 10011110 | 1010110 | 111010 | 0 | 101110 | 111111 | 100110 | 10001 | 101110 | 101010 |
Color Harmonies of #9E563A
Complementary color
Monochromatic Colors of #9E563A
Black with #9E563A
Text Example
Text Example
White with #9E563A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E563A; }
p { color: rgb(158,86,58); }
H1.HeaderClassName
{
color: #9E563A;
}
.AnyTagClassName
{
color: #9E563A;
}
</style>
background-color css
<style>
a { background-color: #9E563A; }
a { background-color: rgb(158,86,58); }
div.DivClassName
{
background-color: #9E563A;
}
.BgClassName
{
background-color: #9E563A;
}
</style>
border-color css
<style>
span { border-color: #9E563A; }
span { border-color: rgb(158,86,58); }
td.TdClassName
{
border-color: #9E563A;
}
.TagClassName
{
border-color: #9E563A;
}
</style>