Shades of Sepia #9C5A48
Tints of Sepia #9C5A48
RGB
CMYK
RGB Variations
Color information
#9C5A48 (or 0x9C5A48) is known color: Sepia. HEX triplet: 9C, 5A and 48. RGB value is (156,90,72). Sum of RGB (Red+Green+Blue) = 156+90+72=318 (42% of max value = 765). Red value is 156 (61.33% from 255 or 49.06% from 318); Green value is 90 (35.55% from 255 or 28.30% from 318); Blue value is 72 (28.52% from 255 or 22.64% from 318); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5A48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C5A48 is #63A5B7. Grayscale: #6B6B6B. Windows color (decimal): -6530488 or 4741788. OLE color: 4741788.
HSL color Cylindrical-coordinate representation of color #9C5A48: hue angle of 12.86º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9C5A48 is Cyan = 0, Magento = 0.42, Yellow = 0.54 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 90 | 72 | - |
| CMYK | 0 | 0.42 | 0.54 | 0.39 |
| HSL | 12.86º | 0.37% | 0.45% | - |
| HSV(B) | 12.86º | 0.54% | 0.61% | - |
| XYZ | 18.54 | 14.85 | 8.02 | - |
| YUV | 107.68 | 107.87 | 162.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 90 | 72 | 0 | 0.42 | 0.54 | 0.39 | 12.86 | 0.37 | 0.45 |
| Hex | 9C | 5A | 48 | 0 | 2A | 36 | 27 | D | 25 | 2D |
| Octal | 234 | 132 | 110 | 0 | 52 | 66 | 47 | 15 | 45 | 55 |
| Binary | 10011100 | 1011010 | 1001000 | 0 | 101010 | 110110 | 100111 | 1101 | 100101 | 101101 |
Color Harmonies of #9C5A48
Complementary color
Monochromatic Colors of #9C5A48
Black with #9C5A48
Text Example
Text Example
White with #9C5A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C5A48; }
p { color: rgb(156,90,72); }
H1.HeaderClassName
{
color: #9C5A48;
}
.AnyTagClassName
{
color: #9C5A48;
}
</style>
background-color css
<style>
a { background-color: #9C5A48; }
a { background-color: rgb(156,90,72); }
div.DivClassName
{
background-color: #9C5A48;
}
.BgClassName
{
background-color: #9C5A48;
}
</style>
border-color css
<style>
span { border-color: #9C5A48; }
span { border-color: rgb(156,90,72); }
td.TdClassName
{
border-color: #9C5A48;
}
.TagClassName
{
border-color: #9C5A48;
}
</style>