Shades of Sepia #985A3C
Tints of Sepia #985A3C
RGB
CMYK
RGB Variations
Color information
#985A3C (or 0x985A3C) is known color: Sepia. HEX triplet: 98, 5A and 3C. RGB value is (152,90,60). Sum of RGB (Red+Green+Blue) = 152+90+60=302 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50.33% from 302); Green value is 90 (35.55% from 255 or 29.80% from 302); Blue value is 60 (23.83% from 255 or 19.87% from 302); Max value from RGB is 152 - color contains mainly: red. Hex color #985A3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985A3C is #67A5C3. Grayscale: #696969. Windows color (decimal): -6792644 or 3955352. OLE color: 3955352.
HSL color Cylindrical-coordinate representation of color #985A3C: hue angle of 19.57º 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 #985A3C is Cyan = 0, Magento = 0.41, Yellow = 0.61 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 90 | 60 | - |
| CMYK | 0 | 0.41 | 0.61 | 0.40 |
| HSL | 19.57º | 0.43% | 0.42% | - |
| HSV(B) | 19.57º | 0.61% | 0.6% | - |
| XYZ | 17.42 | 14.31 | 6.12 | - |
| YUV | 105.12 | 102.54 | 161.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 90 | 60 | 0 | 0.41 | 0.61 | 0.40 | 19.57 | 0.43 | 0.42 |
| Hex | 98 | 5A | 3C | 0 | 29 | 3D | 28 | 14 | 2B | 2A |
| Octal | 230 | 132 | 74 | 0 | 51 | 75 | 50 | 24 | 53 | 52 |
| Binary | 10011000 | 1011010 | 111100 | 0 | 101001 | 111101 | 101000 | 10100 | 101011 | 101010 |
Color Harmonies of #985A3C
Complementary color
Monochromatic Colors of #985A3C
Black with #985A3C
Text Example
Text Example
White with #985A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985A3C; }
p { color: rgb(152,90,60); }
H1.HeaderClassName
{
color: #985A3C;
}
.AnyTagClassName
{
color: #985A3C;
}
</style>
background-color css
<style>
a { background-color: #985A3C; }
a { background-color: rgb(152,90,60); }
div.DivClassName
{
background-color: #985A3C;
}
.BgClassName
{
background-color: #985A3C;
}
</style>
border-color css
<style>
span { border-color: #985A3C; }
span { border-color: rgb(152,90,60); }
td.TdClassName
{
border-color: #985A3C;
}
.TagClassName
{
border-color: #985A3C;
}
</style>