Shades of Sepia #9D5B46
Tints of Sepia #9D5B46
RGB
CMYK
RGB Variations
Color information
#9D5B46 (or 0x9D5B46) is known color: Sepia. HEX triplet: 9D, 5B and 46. RGB value is (157,91,70). Sum of RGB (Red+Green+Blue) = 157+91+70=318 (42% of max value = 765). Red value is 157 (61.72% from 255 or 49.37% from 318); Green value is 91 (35.94% from 255 or 28.62% from 318); Blue value is 70 (27.73% from 255 or 22.01% from 318); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5B46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D5B46 is #62A4B9. Grayscale: #6C6C6C. Windows color (decimal): -6464698 or 4610973. OLE color: 4610973.
HSL color Cylindrical-coordinate representation of color #9D5B46: 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 #9D5B46 is Cyan = 0, Magento = 0.42, Yellow = 0.55 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 91 | 70 | - |
| CMYK | 0 | 0.42 | 0.55 | 0.38 |
| HSL | 14.48º | 0.38% | 0.45% | - |
| HSV(B) | 14.48º | 0.55% | 0.62% | - |
| XYZ | 18.75 | 15.09 | 7.72 | - |
| YUV | 108.34 | 106.37 | 162.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 91 | 70 | 0 | 0.42 | 0.55 | 0.38 | 14.48 | 0.38 | 0.45 |
| Hex | 9D | 5B | 46 | 0 | 2A | 37 | 26 | E | 26 | 2D |
| Octal | 235 | 133 | 106 | 0 | 52 | 67 | 46 | 16 | 46 | 55 |
| Binary | 10011101 | 1011011 | 1000110 | 0 | 101010 | 110111 | 100110 | 1110 | 100110 | 101101 |
Color Harmonies of #9D5B46
Complementary color
Monochromatic Colors of #9D5B46
Black with #9D5B46
Text Example
Text Example
White with #9D5B46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D5B46; }
p { color: rgb(157,91,70); }
H1.HeaderClassName
{
color: #9D5B46;
}
.AnyTagClassName
{
color: #9D5B46;
}
</style>
background-color css
<style>
a { background-color: #9D5B46; }
a { background-color: rgb(157,91,70); }
div.DivClassName
{
background-color: #9D5B46;
}
.BgClassName
{
background-color: #9D5B46;
}
</style>
border-color css
<style>
span { border-color: #9D5B46; }
span { border-color: rgb(157,91,70); }
td.TdClassName
{
border-color: #9D5B46;
}
.TagClassName
{
border-color: #9D5B46;
}
</style>