Shades of Sepia #9B5D3D
Tints of Sepia #9B5D3D
RGB
CMYK
RGB Variations
Color information
#9B5D3D (or 0x9B5D3D) is known color: Sepia. HEX triplet: 9B, 5D and 3D. RGB value is (155,93,61). Sum of RGB (Red+Green+Blue) = 155+93+61=309 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.16% from 309); Green value is 93 (36.72% from 255 or 30.10% from 309); Blue value is 61 (24.22% from 255 or 19.74% from 309); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5D3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B5D3D is #64A2C2. Grayscale: #6C6C6C. Windows color (decimal): -6595267 or 4021659. OLE color: 4021659.
HSL color Cylindrical-coordinate representation of color #9B5D3D: hue angle of 20.43º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9B5D3D is Cyan = 0, Magento = 0.4, Yellow = 0.61 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 93 | 61 | - |
| CMYK | 0 | 0.4 | 0.61 | 0.39 |
| HSL | 20.43º | 0.44% | 0.42% | - |
| HSV(B) | 20.43º | 0.61% | 0.61% | - |
| XYZ | 18.27 | 15.13 | 6.37 | - |
| YUV | 107.89 | 101.54 | 161.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 93 | 61 | 0 | 0.4 | 0.61 | 0.39 | 20.43 | 0.44 | 0.42 |
| Hex | 9B | 5D | 3D | 0 | 28 | 3D | 27 | 14 | 2C | 2A |
| Octal | 233 | 135 | 75 | 0 | 50 | 75 | 47 | 24 | 54 | 52 |
| Binary | 10011011 | 1011101 | 111101 | 0 | 101000 | 111101 | 100111 | 10100 | 101100 | 101010 |
Color Harmonies of #9B5D3D
Complementary color
Monochromatic Colors of #9B5D3D
Black with #9B5D3D
Text Example
Text Example
White with #9B5D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B5D3D; }
p { color: rgb(155,93,61); }
H1.HeaderClassName
{
color: #9B5D3D;
}
.AnyTagClassName
{
color: #9B5D3D;
}
</style>
background-color css
<style>
a { background-color: #9B5D3D; }
a { background-color: rgb(155,93,61); }
div.DivClassName
{
background-color: #9B5D3D;
}
.BgClassName
{
background-color: #9B5D3D;
}
</style>
border-color css
<style>
span { border-color: #9B5D3D; }
span { border-color: rgb(155,93,61); }
td.TdClassName
{
border-color: #9B5D3D;
}
.TagClassName
{
border-color: #9B5D3D;
}
</style>