Shades of Sepia #985C47
Tints of Sepia #985C47
RGB
CMYK
RGB Variations
Color information
#985C47 (or 0x985C47) is known color: Sepia. HEX triplet: 98, 5C and 47. RGB value is (152,92,71). Sum of RGB (Red+Green+Blue) = 152+92+71=315 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.25% from 315); Green value is 92 (36.33% from 255 or 29.21% from 315); Blue value is 71 (28.12% from 255 or 22.54% from 315); Max value from RGB is 152 - color contains mainly: red. Hex color #985C47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985C47 is #67A3B8. Grayscale: #6B6B6B. Windows color (decimal): -6792121 or 4676760. OLE color: 4676760.
HSL color Cylindrical-coordinate representation of color #985C47: hue angle of 15.56º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #985C47 is Cyan = 0, Magento = 0.39, Yellow = 0.53 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 92 | 71 | - |
| CMYK | 0 | 0.39 | 0.53 | 0.40 |
| HSL | 15.56º | 0.36% | 0.44% | - |
| HSV(B) | 15.56º | 0.53% | 0.6% | - |
| XYZ | 17.91 | 14.78 | 7.87 | - |
| YUV | 107.55 | 107.38 | 159.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 92 | 71 | 0 | 0.39 | 0.53 | 0.40 | 15.56 | 0.36 | 0.44 |
| Hex | 98 | 5C | 47 | 0 | 27 | 35 | 28 | 10 | 24 | 2C |
| Octal | 230 | 134 | 107 | 0 | 47 | 65 | 50 | 20 | 44 | 54 |
| Binary | 10011000 | 1011100 | 1000111 | 0 | 100111 | 110101 | 101000 | 10000 | 100100 | 101100 |
Color Harmonies of #985C47
Complementary color
Monochromatic Colors of #985C47
Black with #985C47
Text Example
Text Example
White with #985C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985C47; }
p { color: rgb(152,92,71); }
H1.HeaderClassName
{
color: #985C47;
}
.AnyTagClassName
{
color: #985C47;
}
</style>
background-color css
<style>
a { background-color: #985C47; }
a { background-color: rgb(152,92,71); }
div.DivClassName
{
background-color: #985C47;
}
.BgClassName
{
background-color: #985C47;
}
</style>
border-color css
<style>
span { border-color: #985C47; }
span { border-color: rgb(152,92,71); }
td.TdClassName
{
border-color: #985C47;
}
.TagClassName
{
border-color: #985C47;
}
</style>