Shades of Sepia #9F5942
Tints of Sepia #9F5942
RGB
CMYK
RGB Variations
Color information
#9F5942 (or 0x9F5942) is known color: Sepia. HEX triplet: 9F, 59 and 42. RGB value is (159,89,66). Sum of RGB (Red+Green+Blue) = 159+89+66=314 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.64% from 314); Green value is 89 (35.16% from 255 or 28.34% from 314); Blue value is 66 (26.17% from 255 or 21.02% from 314); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5942 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F5942 is #60A6BD. Grayscale: #6B6B6B. Windows color (decimal): -6334142 or 4348319. OLE color: 4348319.
HSL color Cylindrical-coordinate representation of color #9F5942: hue angle of 14.84º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9F5942 is Cyan = 0, Magento = 0.44, Yellow = 0.58 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 89 | 66 | - |
| CMYK | 0 | 0.44 | 0.58 | 0.38 |
| HSL | 14.84º | 0.41% | 0.44% | - |
| HSV(B) | 14.84º | 0.58% | 0.62% | - |
| XYZ | 18.85 | 14.91 | 7.04 | - |
| YUV | 107.31 | 104.69 | 164.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 89 | 66 | 0 | 0.44 | 0.58 | 0.38 | 14.84 | 0.41 | 0.44 |
| Hex | 9F | 59 | 42 | 0 | 2C | 3A | 26 | F | 29 | 2C |
| Octal | 237 | 131 | 102 | 0 | 54 | 72 | 46 | 17 | 51 | 54 |
| Binary | 10011111 | 1011001 | 1000010 | 0 | 101100 | 111010 | 100110 | 1111 | 101001 | 101100 |
Color Harmonies of #9F5942
Complementary color
Monochromatic Colors of #9F5942
Black with #9F5942
Text Example
Text Example
White with #9F5942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5942; }
p { color: rgb(159,89,66); }
H1.HeaderClassName
{
color: #9F5942;
}
.AnyTagClassName
{
color: #9F5942;
}
</style>
background-color css
<style>
a { background-color: #9F5942; }
a { background-color: rgb(159,89,66); }
div.DivClassName
{
background-color: #9F5942;
}
.BgClassName
{
background-color: #9F5942;
}
</style>
border-color css
<style>
span { border-color: #9F5942; }
span { border-color: rgb(159,89,66); }
td.TdClassName
{
border-color: #9F5942;
}
.TagClassName
{
border-color: #9F5942;
}
</style>