Shades of Sepia #985845
Tints of Sepia #985845
RGB
CMYK
RGB Variations
Color information
#985845 (or 0x985845) is known color: Sepia. HEX triplet: 98, 58 and 45. RGB value is (152,88,69). Sum of RGB (Red+Green+Blue) = 152+88+69=309 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.19% from 309); Green value is 88 (34.77% from 255 or 28.48% from 309); Blue value is 69 (27.34% from 255 or 22.33% from 309); Max value from RGB is 152 - color contains mainly: red. Hex color #985845 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985845 is #67A7BA. Grayscale: #696969. Windows color (decimal): -6793147 or 4544664. OLE color: 4544664.
HSL color Cylindrical-coordinate representation of color #985845: hue angle of 13.73º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #985845 is Cyan = 0, Magento = 0.42, Yellow = 0.55 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 88 | 69 | - |
| CMYK | 0 | 0.42 | 0.55 | 0.40 |
| HSL | 13.73º | 0.38% | 0.43% | - |
| HSV(B) | 13.73º | 0.55% | 0.6% | - |
| XYZ | 17.51 | 14.08 | 7.43 | - |
| YUV | 104.97 | 107.7 | 161.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 88 | 69 | 0 | 0.42 | 0.55 | 0.40 | 13.73 | 0.38 | 0.43 |
| Hex | 98 | 58 | 45 | 0 | 2A | 37 | 28 | E | 26 | 2B |
| Octal | 230 | 130 | 105 | 0 | 52 | 67 | 50 | 16 | 46 | 53 |
| Binary | 10011000 | 1011000 | 1000101 | 0 | 101010 | 110111 | 101000 | 1110 | 100110 | 101011 |
Color Harmonies of #985845
Complementary color
Monochromatic Colors of #985845
Black with #985845
Text Example
Text Example
White with #985845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985845; }
p { color: rgb(152,88,69); }
H1.HeaderClassName
{
color: #985845;
}
.AnyTagClassName
{
color: #985845;
}
</style>
background-color css
<style>
a { background-color: #985845; }
a { background-color: rgb(152,88,69); }
div.DivClassName
{
background-color: #985845;
}
.BgClassName
{
background-color: #985845;
}
</style>
border-color css
<style>
span { border-color: #985845; }
span { border-color: rgb(152,88,69); }
td.TdClassName
{
border-color: #985845;
}
.TagClassName
{
border-color: #985845;
}
</style>