Shades of Sepia #9E5C47
Tints of Sepia #9E5C47
RGB
CMYK
RGB Variations
Color information
#9E5C47 (or 0x9E5C47) is known color: Sepia. HEX triplet: 9E, 5C and 47. RGB value is (158,92,71). Sum of RGB (Red+Green+Blue) = 158+92+71=321 (42% of max value = 765). Red value is 158 (62.11% from 255 or 49.22% from 321); Green value is 92 (36.33% from 255 or 28.66% from 321); Blue value is 71 (28.12% from 255 or 22.12% from 321); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5C47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E5C47 is #61A3B8. Grayscale: #6D6D6D. Windows color (decimal): -6398905 or 4676766. OLE color: 4676766.
HSL color Cylindrical-coordinate representation of color #9E5C47: hue angle of 14.48º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9E5C47 is Cyan = 0, Magento = 0.42, Yellow = 0.55 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 92 | 71 | - |
| CMYK | 0 | 0.42 | 0.55 | 0.38 |
| HSL | 14.48º | 0.38% | 0.45% | - |
| HSV(B) | 14.48º | 0.55% | 0.62% | - |
| XYZ | 19.07 | 15.38 | 7.92 | - |
| YUV | 109.34 | 106.37 | 162.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 92 | 71 | 0 | 0.42 | 0.55 | 0.38 | 14.48 | 0.38 | 0.45 |
| Hex | 9E | 5C | 47 | 0 | 2A | 37 | 26 | E | 26 | 2D |
| Octal | 236 | 134 | 107 | 0 | 52 | 67 | 46 | 16 | 46 | 55 |
| Binary | 10011110 | 1011100 | 1000111 | 0 | 101010 | 110111 | 100110 | 1110 | 100110 | 101101 |
Color Harmonies of #9E5C47
Complementary color
Monochromatic Colors of #9E5C47
Black with #9E5C47
Text Example
Text Example
White with #9E5C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E5C47; }
p { color: rgb(158,92,71); }
H1.HeaderClassName
{
color: #9E5C47;
}
.AnyTagClassName
{
color: #9E5C47;
}
</style>
background-color css
<style>
a { background-color: #9E5C47; }
a { background-color: rgb(158,92,71); }
div.DivClassName
{
background-color: #9E5C47;
}
.BgClassName
{
background-color: #9E5C47;
}
</style>
border-color css
<style>
span { border-color: #9E5C47; }
span { border-color: rgb(158,92,71); }
td.TdClassName
{
border-color: #9E5C47;
}
.TagClassName
{
border-color: #9E5C47;
}
</style>