Shades of Sepia #9B5E4D
Tints of Sepia #9B5E4D
RGB
CMYK
RGB Variations
Color information
#9B5E4D (or 0x9B5E4D) is known color: Sepia. HEX triplet: 9B, 5E and 4D. RGB value is (155,94,77). Sum of RGB (Red+Green+Blue) = 155+94+77=326 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.55% from 326); Green value is 94 (37.11% from 255 or 28.83% from 326); Blue value is 77 (30.47% from 255 or 23.62% from 326); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5E4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5E4D is #64A1B2. Grayscale: #6E6E6E. Windows color (decimal): -6594995 or 5070491. OLE color: 5070491.
HSL color Cylindrical-coordinate representation of color #9B5E4D: hue angle of 13.08º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9B5E4D is Cyan = 0, Magento = 0.39, Yellow = 0.50 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 94 | 77 | - |
| CMYK | 0 | 0.39 | 0.50 | 0.39 |
| HSL | 13.08º | 0.34% | 0.45% | - |
| HSV(B) | 13.08º | 0.5% | 0.61% | - |
| XYZ | 18.86 | 15.51 | 9.02 | - |
| YUV | 110.3 | 109.21 | 159.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 94 | 77 | 0 | 0.39 | 0.50 | 0.39 | 13.08 | 0.34 | 0.45 |
| Hex | 9B | 5E | 4D | 0 | 27 | 32 | 27 | D | 22 | 2D |
| Octal | 233 | 136 | 115 | 0 | 47 | 62 | 47 | 15 | 42 | 55 |
| Binary | 10011011 | 1011110 | 1001101 | 0 | 100111 | 110010 | 100111 | 1101 | 100010 | 101101 |
Color Harmonies of #9B5E4D
Complementary color
Monochromatic Colors of #9B5E4D
Black with #9B5E4D
Text Example
Text Example
White with #9B5E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B5E4D; }
p { color: rgb(155,94,77); }
H1.HeaderClassName
{
color: #9B5E4D;
}
.AnyTagClassName
{
color: #9B5E4D;
}
</style>
background-color css
<style>
a { background-color: #9B5E4D; }
a { background-color: rgb(155,94,77); }
div.DivClassName
{
background-color: #9B5E4D;
}
.BgClassName
{
background-color: #9B5E4D;
}
</style>
border-color css
<style>
span { border-color: #9B5E4D; }
span { border-color: rgb(155,94,77); }
td.TdClassName
{
border-color: #9B5E4D;
}
.TagClassName
{
border-color: #9B5E4D;
}
</style>