Shades of Sepia #985440
Tints of Sepia #985440
RGB
CMYK
RGB Variations
Color information
#985440 (or 0x985440) is known color: Sepia. HEX triplet: 98, 54 and 40. RGB value is (152,84,64). Sum of RGB (Red+Green+Blue) = 152+84+64=300 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.67% from 300); Green value is 84 (33.20% from 255 or 28% from 300); Blue value is 64 (25.39% from 255 or 21.33% from 300); Max value from RGB is 152 - color contains mainly: red. Hex color #985440 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985440 is #67ABBF. Grayscale: #666666. Windows color (decimal): -6794176 or 4215960. OLE color: 4215960.
HSL color Cylindrical-coordinate representation of color #985440: hue angle of 13.64º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #985440 is Cyan = 0, Magento = 0.45, Yellow = 0.58 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 84 | 64 | - |
| CMYK | 0 | 0.45 | 0.58 | 0.40 |
| HSL | 13.64º | 0.41% | 0.42% | - |
| HSV(B) | 13.64º | 0.58% | 0.6% | - |
| XYZ | 17.04 | 13.39 | 6.54 | - |
| YUV | 102.05 | 106.53 | 163.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 84 | 64 | 0 | 0.45 | 0.58 | 0.40 | 13.64 | 0.41 | 0.42 |
| Hex | 98 | 54 | 40 | 0 | 2D | 3A | 28 | E | 29 | 2A |
| Octal | 230 | 124 | 100 | 0 | 55 | 72 | 50 | 16 | 51 | 52 |
| Binary | 10011000 | 1010100 | 1000000 | 0 | 101101 | 111010 | 101000 | 1110 | 101001 | 101010 |
Color Harmonies of #985440
Complementary color
Monochromatic Colors of #985440
Black with #985440
Text Example
Text Example
White with #985440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985440; }
p { color: rgb(152,84,64); }
H1.HeaderClassName
{
color: #985440;
}
.AnyTagClassName
{
color: #985440;
}
</style>
background-color css
<style>
a { background-color: #985440; }
a { background-color: rgb(152,84,64); }
div.DivClassName
{
background-color: #985440;
}
.BgClassName
{
background-color: #985440;
}
</style>
border-color css
<style>
span { border-color: #985440; }
span { border-color: rgb(152,84,64); }
td.TdClassName
{
border-color: #985440;
}
.TagClassName
{
border-color: #985440;
}
</style>