Shades of Sepia #9D5D42
Tints of Sepia #9D5D42
RGB
CMYK
RGB Variations
Color information
#9D5D42 (or 0x9D5D42) is known color: Sepia. HEX triplet: 9D, 5D and 42. RGB value is (157,93,66). Sum of RGB (Red+Green+Blue) = 157+93+66=316 (41% of max value = 765). Red value is 157 (61.72% from 255 or 49.68% from 316); Green value is 93 (36.72% from 255 or 29.43% from 316); Blue value is 66 (26.17% from 255 or 20.89% from 316); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5D42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D5D42 is #62A2BD. Grayscale: #6D6D6D. Windows color (decimal): -6464190 or 4349341. OLE color: 4349341.
HSL color Cylindrical-coordinate representation of color #9D5D42: hue angle of 17.8º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9D5D42 is Cyan = 0, Magento = 0.41, Yellow = 0.58 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 93 | 66 | - |
| CMYK | 0 | 0.41 | 0.58 | 0.38 |
| HSL | 17.8º | 0.41% | 0.44% | - |
| HSV(B) | 17.8º | 0.58% | 0.62% | - |
| XYZ | 18.8 | 15.39 | 7.13 | - |
| YUV | 109.06 | 103.7 | 162.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 93 | 66 | 0 | 0.41 | 0.58 | 0.38 | 17.8 | 0.41 | 0.44 |
| Hex | 9D | 5D | 42 | 0 | 29 | 3A | 26 | 12 | 29 | 2C |
| Octal | 235 | 135 | 102 | 0 | 51 | 72 | 46 | 22 | 51 | 54 |
| Binary | 10011101 | 1011101 | 1000010 | 0 | 101001 | 111010 | 100110 | 10010 | 101001 | 101100 |
Color Harmonies of #9D5D42
Complementary color
Monochromatic Colors of #9D5D42
Black with #9D5D42
Text Example
Text Example
White with #9D5D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D5D42; }
p { color: rgb(157,93,66); }
H1.HeaderClassName
{
color: #9D5D42;
}
.AnyTagClassName
{
color: #9D5D42;
}
</style>
background-color css
<style>
a { background-color: #9D5D42; }
a { background-color: rgb(157,93,66); }
div.DivClassName
{
background-color: #9D5D42;
}
.BgClassName
{
background-color: #9D5D42;
}
</style>
border-color css
<style>
span { border-color: #9D5D42; }
span { border-color: rgb(157,93,66); }
td.TdClassName
{
border-color: #9D5D42;
}
.TagClassName
{
border-color: #9D5D42;
}
</style>