Shades of Sepia #9E5844
Tints of Sepia #9E5844
RGB
CMYK
RGB Variations
Color information
#9E5844 (or 0x9E5844) is known color: Sepia. HEX triplet: 9E, 58 and 44. RGB value is (158,88,68). Sum of RGB (Red+Green+Blue) = 158+88+68=314 (41% of max value = 765). Red value is 158 (62.11% from 255 or 50.32% from 314); Green value is 88 (34.77% from 255 or 28.03% from 314); Blue value is 68 (26.95% from 255 or 21.66% from 314); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5844 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E5844 is #61A7BB. Grayscale: #6A6A6A. Windows color (decimal): -6399932 or 4479134. OLE color: 4479134.
HSL color Cylindrical-coordinate representation of color #9E5844: hue angle of 13.33º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9E5844 is Cyan = 0, Magento = 0.44, Yellow = 0.57 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 88 | 68 | - |
| CMYK | 0 | 0.44 | 0.57 | 0.38 |
| HSL | 13.33º | 0.4% | 0.44% | - |
| HSV(B) | 13.33º | 0.57% | 0.62% | - |
| XYZ | 18.63 | 14.67 | 7.32 | - |
| YUV | 106.65 | 106.19 | 164.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 88 | 68 | 0 | 0.44 | 0.57 | 0.38 | 13.33 | 0.4 | 0.44 |
| Hex | 9E | 58 | 44 | 0 | 2C | 39 | 26 | D | 28 | 2C |
| Octal | 236 | 130 | 104 | 0 | 54 | 71 | 46 | 15 | 50 | 54 |
| Binary | 10011110 | 1011000 | 1000100 | 0 | 101100 | 111001 | 100110 | 1101 | 101000 | 101100 |
Color Harmonies of #9E5844
Complementary color
Monochromatic Colors of #9E5844
Black with #9E5844
Text Example
Text Example
White with #9E5844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E5844; }
p { color: rgb(158,88,68); }
H1.HeaderClassName
{
color: #9E5844;
}
.AnyTagClassName
{
color: #9E5844;
}
</style>
background-color css
<style>
a { background-color: #9E5844; }
a { background-color: rgb(158,88,68); }
div.DivClassName
{
background-color: #9E5844;
}
.BgClassName
{
background-color: #9E5844;
}
</style>
border-color css
<style>
span { border-color: #9E5844; }
span { border-color: rgb(158,88,68); }
td.TdClassName
{
border-color: #9E5844;
}
.TagClassName
{
border-color: #9E5844;
}
</style>