Shades of Sepia #985B3C
Tints of Sepia #985B3C
RGB
CMYK
RGB Variations
Color information
#985B3C (or 0x985B3C) is known color: Sepia. HEX triplet: 98, 5B and 3C. RGB value is (152,91,60). Sum of RGB (Red+Green+Blue) = 152+91+60=303 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50.17% from 303); Green value is 91 (35.94% from 255 or 30.03% from 303); Blue value is 60 (23.83% from 255 or 19.80% from 303); Max value from RGB is 152 - color contains mainly: red. Hex color #985B3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985B3C is #67A4C3. Grayscale: #696969. Windows color (decimal): -6792388 or 3955608. OLE color: 3955608.
HSL color Cylindrical-coordinate representation of color #985B3C: hue angle of 20.22º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #985B3C is Cyan = 0, Magento = 0.40, Yellow = 0.61 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 91 | 60 | - |
| CMYK | 0 | 0.40 | 0.61 | 0.40 |
| HSL | 20.22º | 0.43% | 0.42% | - |
| HSV(B) | 20.22º | 0.61% | 0.6% | - |
| XYZ | 17.51 | 14.48 | 6.15 | - |
| YUV | 105.71 | 102.21 | 161.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 91 | 60 | 0 | 0.40 | 0.61 | 0.40 | 20.22 | 0.43 | 0.42 |
| Hex | 98 | 5B | 3C | 0 | 28 | 3D | 28 | 14 | 2B | 2A |
| Octal | 230 | 133 | 74 | 0 | 50 | 75 | 50 | 24 | 53 | 52 |
| Binary | 10011000 | 1011011 | 111100 | 0 | 101000 | 111101 | 101000 | 10100 | 101011 | 101010 |
Color Harmonies of #985B3C
Complementary color
Monochromatic Colors of #985B3C
Black with #985B3C
Text Example
Text Example
White with #985B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985B3C; }
p { color: rgb(152,91,60); }
H1.HeaderClassName
{
color: #985B3C;
}
.AnyTagClassName
{
color: #985B3C;
}
</style>
background-color css
<style>
a { background-color: #985B3C; }
a { background-color: rgb(152,91,60); }
div.DivClassName
{
background-color: #985B3C;
}
.BgClassName
{
background-color: #985B3C;
}
</style>
border-color css
<style>
span { border-color: #985B3C; }
span { border-color: rgb(152,91,60); }
td.TdClassName
{
border-color: #985B3C;
}
.TagClassName
{
border-color: #985B3C;
}
</style>