Shades of Sepia #9A573E
Tints of Sepia #9A573E
RGB
CMYK
RGB Variations
Color information
#9A573E (or 0x9A573E) is known color: Sepia. HEX triplet: 9A, 57 and 3E. RGB value is (154,87,62). Sum of RGB (Red+Green+Blue) = 154+87+62=303 (40% of max value = 765). Red value is 154 (60.55% from 255 or 50.83% from 303); Green value is 87 (34.38% from 255 or 28.71% from 303); Blue value is 62 (24.61% from 255 or 20.46% from 303); Max value from RGB is 154 - color contains mainly: red. Hex color #9A573E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A573E is #65A8C1. Grayscale: #686868. Windows color (decimal): -6662338 or 4085658. OLE color: 4085658.
HSL color Cylindrical-coordinate representation of color #9A573E: hue angle of 16.3º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9A573E is Cyan = 0, Magento = 0.44, Yellow = 0.60 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 87 | 62 | - |
| CMYK | 0 | 0.44 | 0.60 | 0.40 |
| HSL | 16.3º | 0.43% | 0.42% | - |
| HSV(B) | 16.3º | 0.6% | 0.6% | - |
| XYZ | 17.6 | 14.03 | 6.34 | - |
| YUV | 104.18 | 104.2 | 163.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 87 | 62 | 0 | 0.44 | 0.60 | 0.40 | 16.3 | 0.43 | 0.42 |
| Hex | 9A | 57 | 3E | 0 | 2C | 3C | 28 | 10 | 2B | 2A |
| Octal | 232 | 127 | 76 | 0 | 54 | 74 | 50 | 20 | 53 | 52 |
| Binary | 10011010 | 1010111 | 111110 | 0 | 101100 | 111100 | 101000 | 10000 | 101011 | 101010 |
Color Harmonies of #9A573E
Complementary color
Monochromatic Colors of #9A573E
Black with #9A573E
Text Example
Text Example
White with #9A573E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A573E; }
p { color: rgb(154,87,62); }
H1.HeaderClassName
{
color: #9A573E;
}
.AnyTagClassName
{
color: #9A573E;
}
</style>
background-color css
<style>
a { background-color: #9A573E; }
a { background-color: rgb(154,87,62); }
div.DivClassName
{
background-color: #9A573E;
}
.BgClassName
{
background-color: #9A573E;
}
</style>
border-color css
<style>
span { border-color: #9A573E; }
span { border-color: rgb(154,87,62); }
td.TdClassName
{
border-color: #9A573E;
}
.TagClassName
{
border-color: #9A573E;
}
</style>