Shades of Sepia #9B5E43
Tints of Sepia #9B5E43
RGB
CMYK
RGB Variations
Color information
#9B5E43 (or 0x9B5E43) is known color: Sepia. HEX triplet: 9B, 5E and 43. RGB value is (155,94,67). Sum of RGB (Red+Green+Blue) = 155+94+67=316 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.05% from 316); Green value is 94 (37.11% from 255 or 29.75% from 316); Blue value is 67 (26.56% from 255 or 21.20% from 316); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5E43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B5E43 is #64A1BC. Grayscale: #6D6D6D. Windows color (decimal): -6595005 or 4415131. OLE color: 4415131.
HSL color Cylindrical-coordinate representation of color #9B5E43: hue angle of 18.41º 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 #9B5E43 is Cyan = 0, Magento = 0.39, Yellow = 0.57 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 94 | 67 | - |
| CMYK | 0 | 0.39 | 0.57 | 0.39 |
| HSL | 18.41º | 0.4% | 0.44% | - |
| HSV(B) | 18.41º | 0.57% | 0.61% | - |
| XYZ | 18.53 | 15.38 | 7.3 | - |
| YUV | 109.16 | 104.21 | 160.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 94 | 67 | 0 | 0.39 | 0.57 | 0.39 | 18.41 | 0.4 | 0.44 |
| Hex | 9B | 5E | 43 | 0 | 27 | 39 | 27 | 12 | 28 | 2C |
| Octal | 233 | 136 | 103 | 0 | 47 | 71 | 47 | 22 | 50 | 54 |
| Binary | 10011011 | 1011110 | 1000011 | 0 | 100111 | 111001 | 100111 | 10010 | 101000 | 101100 |
Color Harmonies of #9B5E43
Complementary color
Monochromatic Colors of #9B5E43
Black with #9B5E43
Text Example
Text Example
White with #9B5E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B5E43; }
p { color: rgb(155,94,67); }
H1.HeaderClassName
{
color: #9B5E43;
}
.AnyTagClassName
{
color: #9B5E43;
}
</style>
background-color css
<style>
a { background-color: #9B5E43; }
a { background-color: rgb(155,94,67); }
div.DivClassName
{
background-color: #9B5E43;
}
.BgClassName
{
background-color: #9B5E43;
}
</style>
border-color css
<style>
span { border-color: #9B5E43; }
span { border-color: rgb(155,94,67); }
td.TdClassName
{
border-color: #9B5E43;
}
.TagClassName
{
border-color: #9B5E43;
}
</style>