Shades of Sepia #985C4A
Tints of Sepia #985C4A
RGB
CMYK
RGB Variations
Color information
#985C4A (or 0x985C4A) is known color: Sepia. HEX triplet: 98, 5C and 4A. RGB value is (152,92,74). Sum of RGB (Red+Green+Blue) = 152+92+74=318 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.80% from 318); Green value is 92 (36.33% from 255 or 28.93% from 318); Blue value is 74 (29.30% from 255 or 23.27% from 318); Max value from RGB is 152 - color contains mainly: red. Hex color #985C4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985C4A is #67A3B5. Grayscale: #6C6C6C. Windows color (decimal): -6792118 or 4873368. OLE color: 4873368.
HSL color Cylindrical-coordinate representation of color #985C4A: hue angle of 13.85º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #985C4A is Cyan = 0, Magento = 0.39, Yellow = 0.51 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 92 | 74 | - |
| CMYK | 0 | 0.39 | 0.51 | 0.40 |
| HSL | 13.85º | 0.35% | 0.44% | - |
| HSV(B) | 13.85º | 0.51% | 0.6% | - |
| XYZ | 18.01 | 14.82 | 8.39 | - |
| YUV | 107.89 | 108.88 | 159.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 92 | 74 | 0 | 0.39 | 0.51 | 0.40 | 13.85 | 0.35 | 0.44 |
| Hex | 98 | 5C | 4A | 0 | 27 | 33 | 28 | E | 23 | 2C |
| Octal | 230 | 134 | 112 | 0 | 47 | 63 | 50 | 16 | 43 | 54 |
| Binary | 10011000 | 1011100 | 1001010 | 0 | 100111 | 110011 | 101000 | 1110 | 100011 | 101100 |
Color Harmonies of #985C4A
Complementary color
Monochromatic Colors of #985C4A
Black with #985C4A
Text Example
Text Example
White with #985C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985C4A; }
p { color: rgb(152,92,74); }
H1.HeaderClassName
{
color: #985C4A;
}
.AnyTagClassName
{
color: #985C4A;
}
</style>
background-color css
<style>
a { background-color: #985C4A; }
a { background-color: rgb(152,92,74); }
div.DivClassName
{
background-color: #985C4A;
}
.BgClassName
{
background-color: #985C4A;
}
</style>
border-color css
<style>
span { border-color: #985C4A; }
span { border-color: rgb(152,92,74); }
td.TdClassName
{
border-color: #985C4A;
}
.TagClassName
{
border-color: #985C4A;
}
</style>