Shades of Sepia #9D5543
Tints of Sepia #9D5543
RGB
CMYK
RGB Variations
Color information
#9D5543 (or 0x9D5543) is known color: Sepia. HEX triplet: 9D, 55 and 43. RGB value is (157,85,67). Sum of RGB (Red+Green+Blue) = 157+85+67=309 (40% of max value = 765). Red value is 157 (61.72% from 255 or 50.81% from 309); Green value is 85 (33.59% from 255 or 27.51% from 309); Blue value is 67 (26.56% from 255 or 21.68% from 309); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5543 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D5543 is #62AABC. Grayscale: #686868. Windows color (decimal): -6466237 or 4412829. OLE color: 4412829.
HSL color Cylindrical-coordinate representation of color #9D5543: hue angle of 12º 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 #9D5543 is Cyan = 0, Magento = 0.46, Yellow = 0.57 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 85 | 67 | - |
| CMYK | 0 | 0.46 | 0.57 | 0.38 |
| HSL | 12º | 0.4% | 0.44% | - |
| HSV(B) | 12º | 0.57% | 0.62% | - |
| XYZ | 18.17 | 14.07 | 7.07 | - |
| YUV | 104.48 | 106.85 | 165.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 85 | 67 | 0 | 0.46 | 0.57 | 0.38 | 12 | 0.4 | 0.44 |
| Hex | 9D | 55 | 43 | 0 | 2E | 39 | 26 | C | 28 | 2C |
| Octal | 235 | 125 | 103 | 0 | 56 | 71 | 46 | 14 | 50 | 54 |
| Binary | 10011101 | 1010101 | 1000011 | 0 | 101110 | 111001 | 100110 | 1100 | 101000 | 101100 |
Color Harmonies of #9D5543
Complementary color
Monochromatic Colors of #9D5543
Black with #9D5543
Text Example
Text Example
White with #9D5543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D5543; }
p { color: rgb(157,85,67); }
H1.HeaderClassName
{
color: #9D5543;
}
.AnyTagClassName
{
color: #9D5543;
}
</style>
background-color css
<style>
a { background-color: #9D5543; }
a { background-color: rgb(157,85,67); }
div.DivClassName
{
background-color: #9D5543;
}
.BgClassName
{
background-color: #9D5543;
}
</style>
border-color css
<style>
span { border-color: #9D5543; }
span { border-color: rgb(157,85,67); }
td.TdClassName
{
border-color: #9D5543;
}
.TagClassName
{
border-color: #9D5543;
}
</style>