Shades of Sepia #9D5C45
Tints of Sepia #9D5C45
RGB
CMYK
RGB Variations
Color information
#9D5C45 (or 0x9D5C45) is known color: Sepia. HEX triplet: 9D, 5C and 45. RGB value is (157,92,69). Sum of RGB (Red+Green+Blue) = 157+92+69=318 (42% of max value = 765). Red value is 157 (61.72% from 255 or 49.37% from 318); Green value is 92 (36.33% from 255 or 28.93% from 318); Blue value is 69 (27.34% from 255 or 21.70% from 318); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5C45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D5C45 is #62A3BA. Grayscale: #6C6C6C. Windows color (decimal): -6464443 or 4545693. OLE color: 4545693.
HSL color Cylindrical-coordinate representation of color #9D5C45: hue angle of 15.68º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9D5C45 is Cyan = 0, Magento = 0.41, Yellow = 0.56 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 92 | 69 | - |
| CMYK | 0 | 0.41 | 0.56 | 0.38 |
| HSL | 15.68º | 0.39% | 0.44% | - |
| HSV(B) | 15.68º | 0.56% | 0.62% | - |
| XYZ | 18.81 | 15.25 | 7.58 | - |
| YUV | 108.81 | 105.53 | 162.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 92 | 69 | 0 | 0.41 | 0.56 | 0.38 | 15.68 | 0.39 | 0.44 |
| Hex | 9D | 5C | 45 | 0 | 29 | 38 | 26 | 10 | 27 | 2C |
| Octal | 235 | 134 | 105 | 0 | 51 | 70 | 46 | 20 | 47 | 54 |
| Binary | 10011101 | 1011100 | 1000101 | 0 | 101001 | 111000 | 100110 | 10000 | 100111 | 101100 |
Color Harmonies of #9D5C45
Complementary color
Monochromatic Colors of #9D5C45
Black with #9D5C45
Text Example
Text Example
White with #9D5C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D5C45; }
p { color: rgb(157,92,69); }
H1.HeaderClassName
{
color: #9D5C45;
}
.AnyTagClassName
{
color: #9D5C45;
}
</style>
background-color css
<style>
a { background-color: #9D5C45; }
a { background-color: rgb(157,92,69); }
div.DivClassName
{
background-color: #9D5C45;
}
.BgClassName
{
background-color: #9D5C45;
}
</style>
border-color css
<style>
span { border-color: #9D5C45; }
span { border-color: rgb(157,92,69); }
td.TdClassName
{
border-color: #9D5C45;
}
.TagClassName
{
border-color: #9D5C45;
}
</style>