Shades of Sepia #985A3D
Tints of Sepia #985A3D
RGB
CMYK
RGB Variations
Color information
#985A3D (or 0x985A3D) is known color: Sepia. HEX triplet: 98, 5A and 3D. RGB value is (152,90,61). Sum of RGB (Red+Green+Blue) = 152+90+61=303 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50.17% from 303); Green value is 90 (35.55% from 255 or 29.70% from 303); Blue value is 61 (24.22% from 255 or 20.13% from 303); Max value from RGB is 152 - color contains mainly: red. Hex color #985A3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985A3D is #67A5C2. Grayscale: #696969. Windows color (decimal): -6792643 or 4020888. OLE color: 4020888.
HSL color Cylindrical-coordinate representation of color #985A3D: hue angle of 19.12º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #985A3D is Cyan = 0, Magento = 0.41, Yellow = 0.60 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 90 | 61 | - |
| CMYK | 0 | 0.41 | 0.60 | 0.40 |
| HSL | 19.12º | 0.43% | 0.42% | - |
| HSV(B) | 19.12º | 0.6% | 0.6% | - |
| XYZ | 17.45 | 14.32 | 6.26 | - |
| YUV | 105.23 | 103.04 | 161.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 90 | 61 | 0 | 0.41 | 0.60 | 0.40 | 19.12 | 0.43 | 0.42 |
| Hex | 98 | 5A | 3D | 0 | 29 | 3C | 28 | 13 | 2B | 2A |
| Octal | 230 | 132 | 75 | 0 | 51 | 74 | 50 | 23 | 53 | 52 |
| Binary | 10011000 | 1011010 | 111101 | 0 | 101001 | 111100 | 101000 | 10011 | 101011 | 101010 |
Color Harmonies of #985A3D
Complementary color
Monochromatic Colors of #985A3D
Black with #985A3D
Text Example
Text Example
White with #985A3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985A3D; }
p { color: rgb(152,90,61); }
H1.HeaderClassName
{
color: #985A3D;
}
.AnyTagClassName
{
color: #985A3D;
}
</style>
background-color css
<style>
a { background-color: #985A3D; }
a { background-color: rgb(152,90,61); }
div.DivClassName
{
background-color: #985A3D;
}
.BgClassName
{
background-color: #985A3D;
}
</style>
border-color css
<style>
span { border-color: #985A3D; }
span { border-color: rgb(152,90,61); }
td.TdClassName
{
border-color: #985A3D;
}
.TagClassName
{
border-color: #985A3D;
}
</style>