Shades of Sepia #9B5543
Tints of Sepia #9B5543
RGB
CMYK
RGB Variations
Color information
#9B5543 (or 0x9B5543) is known color: Sepia. HEX triplet: 9B, 55 and 43. RGB value is (155,85,67). Sum of RGB (Red+Green+Blue) = 155+85+67=307 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.49% from 307); Green value is 85 (33.59% from 255 or 27.69% from 307); Blue value is 67 (26.56% from 255 or 21.82% from 307); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5543 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B5543 is #64AABC. Grayscale: #686868. Windows color (decimal): -6597309 or 4412827. OLE color: 4412827.
HSL color Cylindrical-coordinate representation of color #9B5543: hue angle of 12.27º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9B5543 is Cyan = 0, Magento = 0.45, Yellow = 0.57 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 85 | 67 | - |
| CMYK | 0 | 0.45 | 0.57 | 0.39 |
| HSL | 12.27º | 0.4% | 0.44% | - |
| HSV(B) | 12.27º | 0.57% | 0.61% | - |
| XYZ | 17.78 | 13.87 | 7.05 | - |
| YUV | 103.88 | 107.19 | 164.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 85 | 67 | 0 | 0.45 | 0.57 | 0.39 | 12.27 | 0.4 | 0.44 |
| Hex | 9B | 55 | 43 | 0 | 2D | 39 | 27 | C | 28 | 2C |
| Octal | 233 | 125 | 103 | 0 | 55 | 71 | 47 | 14 | 50 | 54 |
| Binary | 10011011 | 1010101 | 1000011 | 0 | 101101 | 111001 | 100111 | 1100 | 101000 | 101100 |
Color Harmonies of #9B5543
Complementary color
Monochromatic Colors of #9B5543
Black with #9B5543
Text Example
Text Example
White with #9B5543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B5543; }
p { color: rgb(155,85,67); }
H1.HeaderClassName
{
color: #9B5543;
}
.AnyTagClassName
{
color: #9B5543;
}
</style>
background-color css
<style>
a { background-color: #9B5543; }
a { background-color: rgb(155,85,67); }
div.DivClassName
{
background-color: #9B5543;
}
.BgClassName
{
background-color: #9B5543;
}
</style>
border-color css
<style>
span { border-color: #9B5543; }
span { border-color: rgb(155,85,67); }
td.TdClassName
{
border-color: #9B5543;
}
.TagClassName
{
border-color: #9B5543;
}
</style>