Shades of Sepia #9F573F
Tints of Sepia #9F573F
RGB
CMYK
RGB Variations
Color information
#9F573F (or 0x9F573F) is known color: Sepia. HEX triplet: 9F, 57 and 3F. RGB value is (159,87,63). Sum of RGB (Red+Green+Blue) = 159+87+63=309 (40% of max value = 765). Red value is 159 (62.5% from 255 or 51.46% from 309); Green value is 87 (34.38% from 255 or 28.16% from 309); Blue value is 63 (25% from 255 or 20.39% from 309); Max value from RGB is 159 - color contains mainly: red. Hex color #9F573F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F573F is #60A8C0. Grayscale: #696969. Windows color (decimal): -6334657 or 4151199. OLE color: 4151199.
HSL color Cylindrical-coordinate representation of color #9F573F: hue angle of 15º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9F573F is Cyan = 0, Magento = 0.45, Yellow = 0.60 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 87 | 63 | - |
| CMYK | 0 | 0.45 | 0.60 | 0.38 |
| HSL | 15º | 0.43% | 0.44% | - |
| HSV(B) | 15º | 0.6% | 0.62% | - |
| XYZ | 18.6 | 14.55 | 6.53 | - |
| YUV | 105.79 | 103.85 | 165.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 87 | 63 | 0 | 0.45 | 0.60 | 0.38 | 15 | 0.43 | 0.44 |
| Hex | 9F | 57 | 3F | 0 | 2D | 3C | 26 | F | 2B | 2C |
| Octal | 237 | 127 | 77 | 0 | 55 | 74 | 46 | 17 | 53 | 54 |
| Binary | 10011111 | 1010111 | 111111 | 0 | 101101 | 111100 | 100110 | 1111 | 101011 | 101100 |
Color Harmonies of #9F573F
Complementary color
Monochromatic Colors of #9F573F
Black with #9F573F
Text Example
Text Example
White with #9F573F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F573F; }
p { color: rgb(159,87,63); }
H1.HeaderClassName
{
color: #9F573F;
}
.AnyTagClassName
{
color: #9F573F;
}
</style>
background-color css
<style>
a { background-color: #9F573F; }
a { background-color: rgb(159,87,63); }
div.DivClassName
{
background-color: #9F573F;
}
.BgClassName
{
background-color: #9F573F;
}
</style>
border-color css
<style>
span { border-color: #9F573F; }
span { border-color: rgb(159,87,63); }
td.TdClassName
{
border-color: #9F573F;
}
.TagClassName
{
border-color: #9F573F;
}
</style>