Shades of Sepia #9D5D46
Tints of Sepia #9D5D46
RGB
CMYK
RGB Variations
Color information
#9D5D46 (or 0x9D5D46) is known color: Sepia. HEX triplet: 9D, 5D and 46. RGB value is (157,93,70). Sum of RGB (Red+Green+Blue) = 157+93+70=320 (42% of max value = 765). Red value is 157 (61.72% from 255 or 49.06% from 320); Green value is 93 (36.72% from 255 or 29.06% from 320); Blue value is 70 (27.73% from 255 or 21.88% from 320); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5D46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D5D46 is #62A2B9. Grayscale: #6D6D6D. Windows color (decimal): -6464186 or 4611485. OLE color: 4611485.
HSL color Cylindrical-coordinate representation of color #9D5D46: hue angle of 15.86º 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 #9D5D46 is Cyan = 0, Magento = 0.41, Yellow = 0.55 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 93 | 70 | - |
| CMYK | 0 | 0.41 | 0.55 | 0.38 |
| HSL | 15.86º | 0.38% | 0.45% | - |
| HSV(B) | 15.86º | 0.55% | 0.62% | - |
| XYZ | 18.92 | 15.44 | 7.78 | - |
| YUV | 109.51 | 105.7 | 161.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 93 | 70 | 0 | 0.41 | 0.55 | 0.38 | 15.86 | 0.38 | 0.45 |
| Hex | 9D | 5D | 46 | 0 | 29 | 37 | 26 | 10 | 26 | 2D |
| Octal | 235 | 135 | 106 | 0 | 51 | 67 | 46 | 20 | 46 | 55 |
| Binary | 10011101 | 1011101 | 1000110 | 0 | 101001 | 110111 | 100110 | 10000 | 100110 | 101101 |
Color Harmonies of #9D5D46
Complementary color
Monochromatic Colors of #9D5D46
Black with #9D5D46
Text Example
Text Example
White with #9D5D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D5D46; }
p { color: rgb(157,93,70); }
H1.HeaderClassName
{
color: #9D5D46;
}
.AnyTagClassName
{
color: #9D5D46;
}
</style>
background-color css
<style>
a { background-color: #9D5D46; }
a { background-color: rgb(157,93,70); }
div.DivClassName
{
background-color: #9D5D46;
}
.BgClassName
{
background-color: #9D5D46;
}
</style>
border-color css
<style>
span { border-color: #9D5D46; }
span { border-color: rgb(157,93,70); }
td.TdClassName
{
border-color: #9D5D46;
}
.TagClassName
{
border-color: #9D5D46;
}
</style>