Shades of Sepia #9C573E
Tints of Sepia #9C573E
RGB
CMYK
RGB Variations
Color information
#9C573E (or 0x9C573E) is known color: Sepia. HEX triplet: 9C, 57 and 3E. RGB value is (156,87,62). Sum of RGB (Red+Green+Blue) = 156+87+62=305 (40% of max value = 765). Red value is 156 (61.33% from 255 or 51.15% from 305); Green value is 87 (34.38% from 255 or 28.52% from 305); Blue value is 62 (24.61% from 255 or 20.33% from 305); Max value from RGB is 156 - color contains mainly: red. Hex color #9C573E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C573E is #63A8C1. Grayscale: #686868. Windows color (decimal): -6531266 or 4085660. OLE color: 4085660.
HSL color Cylindrical-coordinate representation of color #9C573E: hue angle of 15.96º degrees, saturation: 0.43, 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 #9C573E is Cyan = 0, Magento = 0.44, Yellow = 0.60 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 87 | 62 | - |
| CMYK | 0 | 0.44 | 0.60 | 0.39 |
| HSL | 15.96º | 0.43% | 0.43% | - |
| HSV(B) | 15.96º | 0.6% | 0.61% | - |
| XYZ | 17.99 | 14.23 | 6.36 | - |
| YUV | 104.78 | 103.86 | 164.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 87 | 62 | 0 | 0.44 | 0.60 | 0.39 | 15.96 | 0.43 | 0.43 |
| Hex | 9C | 57 | 3E | 0 | 2C | 3C | 27 | 10 | 2B | 2B |
| Octal | 234 | 127 | 76 | 0 | 54 | 74 | 47 | 20 | 53 | 53 |
| Binary | 10011100 | 1010111 | 111110 | 0 | 101100 | 111100 | 100111 | 10000 | 101011 | 101011 |
Color Harmonies of #9C573E
Complementary color
Monochromatic Colors of #9C573E
Black with #9C573E
Text Example
Text Example
White with #9C573E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C573E; }
p { color: rgb(156,87,62); }
H1.HeaderClassName
{
color: #9C573E;
}
.AnyTagClassName
{
color: #9C573E;
}
</style>
background-color css
<style>
a { background-color: #9C573E; }
a { background-color: rgb(156,87,62); }
div.DivClassName
{
background-color: #9C573E;
}
.BgClassName
{
background-color: #9C573E;
}
</style>
border-color css
<style>
span { border-color: #9C573E; }
span { border-color: rgb(156,87,62); }
td.TdClassName
{
border-color: #9C573E;
}
.TagClassName
{
border-color: #9C573E;
}
</style>