Shades of Sepia #9A5845
Tints of Sepia #9A5845
RGB
CMYK
RGB Variations
Color information
#9A5845 (or 0x9A5845) is known color: Sepia. HEX triplet: 9A, 58 and 45. RGB value is (154,88,69). Sum of RGB (Red+Green+Blue) = 154+88+69=311 (41% of max value = 765). Red value is 154 (60.55% from 255 or 49.52% from 311); Green value is 88 (34.77% from 255 or 28.30% from 311); Blue value is 69 (27.34% from 255 or 22.19% from 311); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5845 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A5845 is #65A7BA. Grayscale: #696969. Windows color (decimal): -6662075 or 4544666. OLE color: 4544666.
HSL color Cylindrical-coordinate representation of color #9A5845: hue angle of 13.41º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9A5845 is Cyan = 0, Magento = 0.43, Yellow = 0.55 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 88 | 69 | - |
| CMYK | 0 | 0.43 | 0.55 | 0.40 |
| HSL | 13.41º | 0.38% | 0.44% | - |
| HSV(B) | 13.41º | 0.55% | 0.6% | - |
| XYZ | 17.89 | 14.28 | 7.44 | - |
| YUV | 105.57 | 107.37 | 162.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 88 | 69 | 0 | 0.43 | 0.55 | 0.40 | 13.41 | 0.38 | 0.44 |
| Hex | 9A | 58 | 45 | 0 | 2B | 37 | 28 | D | 26 | 2C |
| Octal | 232 | 130 | 105 | 0 | 53 | 67 | 50 | 15 | 46 | 54 |
| Binary | 10011010 | 1011000 | 1000101 | 0 | 101011 | 110111 | 101000 | 1101 | 100110 | 101100 |
Color Harmonies of #9A5845
Complementary color
Monochromatic Colors of #9A5845
Black with #9A5845
Text Example
Text Example
White with #9A5845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A5845; }
p { color: rgb(154,88,69); }
H1.HeaderClassName
{
color: #9A5845;
}
.AnyTagClassName
{
color: #9A5845;
}
</style>
background-color css
<style>
a { background-color: #9A5845; }
a { background-color: rgb(154,88,69); }
div.DivClassName
{
background-color: #9A5845;
}
.BgClassName
{
background-color: #9A5845;
}
</style>
border-color css
<style>
span { border-color: #9A5845; }
span { border-color: rgb(154,88,69); }
td.TdClassName
{
border-color: #9A5845;
}
.TagClassName
{
border-color: #9A5845;
}
</style>