Shades of Sepia #9C5544
Tints of Sepia #9C5544
RGB
CMYK
RGB Variations
Color information
#9C5544 (or 0x9C5544) is known color: Sepia. HEX triplet: 9C, 55 and 44. RGB value is (156,85,68). Sum of RGB (Red+Green+Blue) = 156+85+68=309 (40% of max value = 765). Red value is 156 (61.33% from 255 or 50.49% from 309); Green value is 85 (33.59% from 255 or 27.51% from 309); Blue value is 68 (26.95% from 255 or 22.01% from 309); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5544 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C5544 is #63AABB. Grayscale: #686868. Windows color (decimal): -6531772 or 4478364. OLE color: 4478364.
HSL color Cylindrical-coordinate representation of color #9C5544: hue angle of 11.59º 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 #9C5544 is Cyan = 0, Magento = 0.46, Yellow = 0.56 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 85 | 68 | - |
| CMYK | 0 | 0.46 | 0.56 | 0.39 |
| HSL | 11.59º | 0.39% | 0.44% | - |
| HSV(B) | 11.59º | 0.56% | 0.61% | - |
| XYZ | 18 | 13.98 | 7.22 | - |
| YUV | 104.29 | 107.52 | 164.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 85 | 68 | 0 | 0.46 | 0.56 | 0.39 | 11.59 | 0.39 | 0.44 |
| Hex | 9C | 55 | 44 | 0 | 2E | 38 | 27 | C | 27 | 2C |
| Octal | 234 | 125 | 104 | 0 | 56 | 70 | 47 | 14 | 47 | 54 |
| Binary | 10011100 | 1010101 | 1000100 | 0 | 101110 | 111000 | 100111 | 1100 | 100111 | 101100 |
Color Harmonies of #9C5544
Complementary color
Monochromatic Colors of #9C5544
Black with #9C5544
Text Example
Text Example
White with #9C5544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C5544; }
p { color: rgb(156,85,68); }
H1.HeaderClassName
{
color: #9C5544;
}
.AnyTagClassName
{
color: #9C5544;
}
</style>
background-color css
<style>
a { background-color: #9C5544; }
a { background-color: rgb(156,85,68); }
div.DivClassName
{
background-color: #9C5544;
}
.BgClassName
{
background-color: #9C5544;
}
</style>
border-color css
<style>
span { border-color: #9C5544; }
span { border-color: rgb(156,85,68); }
td.TdClassName
{
border-color: #9C5544;
}
.TagClassName
{
border-color: #9C5544;
}
</style>