Shades of Sepia #985E49
Tints of Sepia #985E49
RGB
CMYK
RGB Variations
Color information
#985E49 (or 0x985E49) is known color: Sepia. HEX triplet: 98, 5E and 49. RGB value is (152,94,73). Sum of RGB (Red+Green+Blue) = 152+94+73=319 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.65% from 319); Green value is 94 (37.11% from 255 or 29.47% from 319); Blue value is 73 (28.91% from 255 or 22.88% from 319); Max value from RGB is 152 - color contains mainly: red. Hex color #985E49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985E49 is #67A1B6. Grayscale: #6D6D6D. Windows color (decimal): -6791607 or 4808344. OLE color: 4808344.
HSL color Cylindrical-coordinate representation of color #985E49: hue angle of 15.95º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #985E49 is Cyan = 0, Magento = 0.38, Yellow = 0.52 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 94 | 73 | - |
| CMYK | 0 | 0.38 | 0.52 | 0.40 |
| HSL | 15.95º | 0.35% | 0.44% | - |
| HSV(B) | 15.95º | 0.52% | 0.6% | - |
| XYZ | 18.15 | 15.16 | 8.27 | - |
| YUV | 108.95 | 107.72 | 158.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 94 | 73 | 0 | 0.38 | 0.52 | 0.40 | 15.95 | 0.35 | 0.44 |
| Hex | 98 | 5E | 49 | 0 | 26 | 34 | 28 | 10 | 23 | 2C |
| Octal | 230 | 136 | 111 | 0 | 46 | 64 | 50 | 20 | 43 | 54 |
| Binary | 10011000 | 1011110 | 1001001 | 0 | 100110 | 110100 | 101000 | 10000 | 100011 | 101100 |
Color Harmonies of #985E49
Complementary color
Monochromatic Colors of #985E49
Black with #985E49
Text Example
Text Example
White with #985E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985E49; }
p { color: rgb(152,94,73); }
H1.HeaderClassName
{
color: #985E49;
}
.AnyTagClassName
{
color: #985E49;
}
</style>
background-color css
<style>
a { background-color: #985E49; }
a { background-color: rgb(152,94,73); }
div.DivClassName
{
background-color: #985E49;
}
.BgClassName
{
background-color: #985E49;
}
</style>
border-color css
<style>
span { border-color: #985E49; }
span { border-color: rgb(152,94,73); }
td.TdClassName
{
border-color: #985E49;
}
.TagClassName
{
border-color: #985E49;
}
</style>