Shades of Sepia #9C593F
Tints of Sepia #9C593F
RGB
CMYK
RGB Variations
Color information
#9C593F (or 0x9C593F) is known color: Sepia. HEX triplet: 9C, 59 and 3F. RGB value is (156,89,63). Sum of RGB (Red+Green+Blue) = 156+89+63=308 (40% of max value = 765). Red value is 156 (61.33% from 255 or 50.65% from 308); Green value is 89 (35.16% from 255 or 28.90% from 308); Blue value is 63 (25% from 255 or 20.45% from 308); Max value from RGB is 156 - color contains mainly: red. Hex color #9C593F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C593F is #63A6C0. Grayscale: #6A6A6A. Windows color (decimal): -6530753 or 4151708. OLE color: 4151708.
HSL color Cylindrical-coordinate representation of color #9C593F: hue angle of 16.77º degrees, saturation: 0.42, 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 #9C593F is Cyan = 0, Magento = 0.43, Yellow = 0.60 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 89 | 63 | - |
| CMYK | 0 | 0.43 | 0.60 | 0.39 |
| HSL | 16.77º | 0.42% | 0.43% | - |
| HSV(B) | 16.77º | 0.6% | 0.61% | - |
| XYZ | 18.18 | 14.57 | 6.56 | - |
| YUV | 106.07 | 103.7 | 163.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 89 | 63 | 0 | 0.43 | 0.60 | 0.39 | 16.77 | 0.42 | 0.43 |
| Hex | 9C | 59 | 3F | 0 | 2B | 3C | 27 | 11 | 2A | 2B |
| Octal | 234 | 131 | 77 | 0 | 53 | 74 | 47 | 21 | 52 | 53 |
| Binary | 10011100 | 1011001 | 111111 | 0 | 101011 | 111100 | 100111 | 10001 | 101010 | 101011 |
Color Harmonies of #9C593F
Complementary color
Monochromatic Colors of #9C593F
Black with #9C593F
Text Example
Text Example
White with #9C593F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C593F; }
p { color: rgb(156,89,63); }
H1.HeaderClassName
{
color: #9C593F;
}
.AnyTagClassName
{
color: #9C593F;
}
</style>
background-color css
<style>
a { background-color: #9C593F; }
a { background-color: rgb(156,89,63); }
div.DivClassName
{
background-color: #9C593F;
}
.BgClassName
{
background-color: #9C593F;
}
</style>
border-color css
<style>
span { border-color: #9C593F; }
span { border-color: rgb(156,89,63); }
td.TdClassName
{
border-color: #9C593F;
}
.TagClassName
{
border-color: #9C593F;
}
</style>