Shades of Sepia #9E5240
Tints of Sepia #9E5240
RGB
CMYK
RGB Variations
Color information
#9E5240 (or 0x9E5240) is known color: Sepia. HEX triplet: 9E, 52 and 40. RGB value is (158,82,64). Sum of RGB (Red+Green+Blue) = 158+82+64=304 (40% of max value = 765). Red value is 158 (62.11% from 255 or 51.97% from 304); Green value is 82 (32.42% from 255 or 26.97% from 304); Blue value is 64 (25.39% from 255 or 21.05% from 304); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5240 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E5240 is #61ADBF. Grayscale: #666666. Windows color (decimal): -6401472 or 4215454. OLE color: 4215454.
HSL color Cylindrical-coordinate representation of color #9E5240: hue angle of 11.49º 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 #9E5240 is Cyan = 0, Magento = 0.48, Yellow = 0.59 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 82 | 64 | - |
| CMYK | 0 | 0.48 | 0.59 | 0.38 |
| HSL | 11.49º | 0.42% | 0.44% | - |
| HSV(B) | 11.49º | 0.59% | 0.62% | - |
| XYZ | 18.04 | 13.67 | 6.54 | - |
| YUV | 102.67 | 106.18 | 167.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 82 | 64 | 0 | 0.48 | 0.59 | 0.38 | 11.49 | 0.42 | 0.44 |
| Hex | 9E | 52 | 40 | 0 | 30 | 3B | 26 | B | 2A | 2C |
| Octal | 236 | 122 | 100 | 0 | 60 | 73 | 46 | 13 | 52 | 54 |
| Binary | 10011110 | 1010010 | 1000000 | 0 | 110000 | 111011 | 100110 | 1011 | 101010 | 101100 |
Color Harmonies of #9E5240
Complementary color
Monochromatic Colors of #9E5240
Black with #9E5240
Text Example
Text Example
White with #9E5240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E5240; }
p { color: rgb(158,82,64); }
H1.HeaderClassName
{
color: #9E5240;
}
.AnyTagClassName
{
color: #9E5240;
}
</style>
background-color css
<style>
a { background-color: #9E5240; }
a { background-color: rgb(158,82,64); }
div.DivClassName
{
background-color: #9E5240;
}
.BgClassName
{
background-color: #9E5240;
}
</style>
border-color css
<style>
span { border-color: #9E5240; }
span { border-color: rgb(158,82,64); }
td.TdClassName
{
border-color: #9E5240;
}
.TagClassName
{
border-color: #9E5240;
}
</style>