Shades of Sepia #9B5D3E
Tints of Sepia #9B5D3E
RGB
CMYK
RGB Variations
Color information
#9B5D3E (or 0x9B5D3E) is known color: Sepia. HEX triplet: 9B, 5D and 3E. RGB value is (155,93,62). Sum of RGB (Red+Green+Blue) = 155+93+62=310 (41% of max value = 765). Red value is 155 (60.94% from 255 or 50% from 310); Green value is 93 (36.72% from 255 or 30% from 310); Blue value is 62 (24.61% from 255 or 20% from 310); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5D3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B5D3E is #64A2C1. Grayscale: #6C6C6C. Windows color (decimal): -6595266 or 4087195. OLE color: 4087195.
HSL color Cylindrical-coordinate representation of color #9B5D3E: hue angle of 20º 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 #9B5D3E is Cyan = 0, Magento = 0.4, Yellow = 0.6 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 93 | 62 | - |
| CMYK | 0 | 0.4 | 0.6 | 0.39 |
| HSL | 20º | 0.43% | 0.43% | - |
| HSV(B) | 20º | 0.6% | 0.61% | - |
| XYZ | 18.3 | 15.15 | 6.52 | - |
| YUV | 108 | 102.04 | 161.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 93 | 62 | 0 | 0.4 | 0.6 | 0.39 | 20 | 0.43 | 0.43 |
| Hex | 9B | 5D | 3E | 0 | 28 | 3C | 27 | 14 | 2B | 2B |
| Octal | 233 | 135 | 76 | 0 | 50 | 74 | 47 | 24 | 53 | 53 |
| Binary | 10011011 | 1011101 | 111110 | 0 | 101000 | 111100 | 100111 | 10100 | 101011 | 101011 |
Color Harmonies of #9B5D3E
Complementary color
Monochromatic Colors of #9B5D3E
Black with #9B5D3E
Text Example
Text Example
White with #9B5D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B5D3E; }
p { color: rgb(155,93,62); }
H1.HeaderClassName
{
color: #9B5D3E;
}
.AnyTagClassName
{
color: #9B5D3E;
}
</style>
background-color css
<style>
a { background-color: #9B5D3E; }
a { background-color: rgb(155,93,62); }
div.DivClassName
{
background-color: #9B5D3E;
}
.BgClassName
{
background-color: #9B5D3E;
}
</style>
border-color css
<style>
span { border-color: #9B5D3E; }
span { border-color: rgb(155,93,62); }
td.TdClassName
{
border-color: #9B5D3E;
}
.TagClassName
{
border-color: #9B5D3E;
}
</style>