Shades of Sepia #9F5943
Tints of Sepia #9F5943
RGB
CMYK
RGB Variations
Color information
#9F5943 (or 0x9F5943) is known color: Sepia. HEX triplet: 9F, 59 and 43. RGB value is (159,89,67). Sum of RGB (Red+Green+Blue) = 159+89+67=315 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.48% from 315); Green value is 89 (35.16% from 255 or 28.25% from 315); Blue value is 67 (26.56% from 255 or 21.27% from 315); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5943 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F5943 is #60A6BC. Grayscale: #6B6B6B. Windows color (decimal): -6334141 or 4413855. OLE color: 4413855.
HSL color Cylindrical-coordinate representation of color #9F5943: hue angle of 14.35º 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 #9F5943 is Cyan = 0, Magento = 0.44, Yellow = 0.58 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 89 | 67 | - |
| CMYK | 0 | 0.44 | 0.58 | 0.38 |
| HSL | 14.35º | 0.41% | 0.44% | - |
| HSV(B) | 14.35º | 0.58% | 0.62% | - |
| XYZ | 18.88 | 14.92 | 7.19 | - |
| YUV | 107.42 | 105.19 | 164.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 89 | 67 | 0 | 0.44 | 0.58 | 0.38 | 14.35 | 0.41 | 0.44 |
| Hex | 9F | 59 | 43 | 0 | 2C | 3A | 26 | E | 29 | 2C |
| Octal | 237 | 131 | 103 | 0 | 54 | 72 | 46 | 16 | 51 | 54 |
| Binary | 10011111 | 1011001 | 1000011 | 0 | 101100 | 111010 | 100110 | 1110 | 101001 | 101100 |
Color Harmonies of #9F5943
Complementary color
Monochromatic Colors of #9F5943
Black with #9F5943
Text Example
Text Example
White with #9F5943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5943; }
p { color: rgb(159,89,67); }
H1.HeaderClassName
{
color: #9F5943;
}
.AnyTagClassName
{
color: #9F5943;
}
</style>
background-color css
<style>
a { background-color: #9F5943; }
a { background-color: rgb(159,89,67); }
div.DivClassName
{
background-color: #9F5943;
}
.BgClassName
{
background-color: #9F5943;
}
</style>
border-color css
<style>
span { border-color: #9F5943; }
span { border-color: rgb(159,89,67); }
td.TdClassName
{
border-color: #9F5943;
}
.TagClassName
{
border-color: #9F5943;
}
</style>