Shades of Sepia #9B5E3E
Tints of Sepia #9B5E3E
RGB
CMYK
RGB Variations
Color information
#9B5E3E (or 0x9B5E3E) is known color: Sepia. HEX triplet: 9B, 5E and 3E. RGB value is (155,94,62). Sum of RGB (Red+Green+Blue) = 155+94+62=311 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.84% from 311); Green value is 94 (37.11% from 255 or 30.23% from 311); Blue value is 62 (24.61% from 255 or 19.94% from 311); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5E3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B5E3E is #64A1C1. Grayscale: #6C6C6C. Windows color (decimal): -6595010 or 4087451. OLE color: 4087451.
HSL color Cylindrical-coordinate representation of color #9B5E3E: hue angle of 20.65º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9B5E3E is Cyan = 0, Magento = 0.39, Yellow = 0.6 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 94 | 62 | - |
| CMYK | 0 | 0.39 | 0.6 | 0.39 |
| HSL | 20.65º | 0.43% | 0.43% | - |
| HSV(B) | 20.65º | 0.6% | 0.61% | - |
| XYZ | 18.39 | 15.32 | 6.55 | - |
| YUV | 108.59 | 101.71 | 161.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 94 | 62 | 0 | 0.39 | 0.6 | 0.39 | 20.65 | 0.43 | 0.43 |
| Hex | 9B | 5E | 3E | 0 | 27 | 3C | 27 | 15 | 2B | 2B |
| Octal | 233 | 136 | 76 | 0 | 47 | 74 | 47 | 25 | 53 | 53 |
| Binary | 10011011 | 1011110 | 111110 | 0 | 100111 | 111100 | 100111 | 10101 | 101011 | 101011 |
Color Harmonies of #9B5E3E
Complementary color
Monochromatic Colors of #9B5E3E
Black with #9B5E3E
Text Example
Text Example
White with #9B5E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B5E3E; }
p { color: rgb(155,94,62); }
H1.HeaderClassName
{
color: #9B5E3E;
}
.AnyTagClassName
{
color: #9B5E3E;
}
</style>
background-color css
<style>
a { background-color: #9B5E3E; }
a { background-color: rgb(155,94,62); }
div.DivClassName
{
background-color: #9B5E3E;
}
.BgClassName
{
background-color: #9B5E3E;
}
</style>
border-color css
<style>
span { border-color: #9B5E3E; }
span { border-color: rgb(155,94,62); }
td.TdClassName
{
border-color: #9B5E3E;
}
.TagClassName
{
border-color: #9B5E3E;
}
</style>