Shades of Sepia #9B5544
Tints of Sepia #9B5544
RGB
CMYK
RGB Variations
Color information
#9B5544 (or 0x9B5544) is known color: Sepia. HEX triplet: 9B, 55 and 44. RGB value is (155,85,68). Sum of RGB (Red+Green+Blue) = 155+85+68=308 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.32% from 308); Green value is 85 (33.59% from 255 or 27.60% from 308); Blue value is 68 (26.95% from 255 or 22.08% from 308); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5544 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B5544 is #64AABB. Grayscale: #686868. Windows color (decimal): -6597308 or 4478363. OLE color: 4478363.
HSL color Cylindrical-coordinate representation of color #9B5544: hue angle of 11.72º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9B5544 is Cyan = 0, Magento = 0.45, Yellow = 0.56 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 85 | 68 | - |
| CMYK | 0 | 0.45 | 0.56 | 0.39 |
| HSL | 11.72º | 0.39% | 0.44% | - |
| HSV(B) | 11.72º | 0.56% | 0.61% | - |
| XYZ | 17.81 | 13.88 | 7.21 | - |
| YUV | 103.99 | 107.69 | 164.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 85 | 68 | 0 | 0.45 | 0.56 | 0.39 | 11.72 | 0.39 | 0.44 |
| Hex | 9B | 55 | 44 | 0 | 2D | 38 | 27 | C | 27 | 2C |
| Octal | 233 | 125 | 104 | 0 | 55 | 70 | 47 | 14 | 47 | 54 |
| Binary | 10011011 | 1010101 | 1000100 | 0 | 101101 | 111000 | 100111 | 1100 | 100111 | 101100 |
Color Harmonies of #9B5544
Complementary color
Monochromatic Colors of #9B5544
Black with #9B5544
Text Example
Text Example
White with #9B5544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B5544; }
p { color: rgb(155,85,68); }
H1.HeaderClassName
{
color: #9B5544;
}
.AnyTagClassName
{
color: #9B5544;
}
</style>
background-color css
<style>
a { background-color: #9B5544; }
a { background-color: rgb(155,85,68); }
div.DivClassName
{
background-color: #9B5544;
}
.BgClassName
{
background-color: #9B5544;
}
</style>
border-color css
<style>
span { border-color: #9B5544; }
span { border-color: rgb(155,85,68); }
td.TdClassName
{
border-color: #9B5544;
}
.TagClassName
{
border-color: #9B5544;
}
</style>