Shades of Sepia #985A41
Tints of Sepia #985A41
RGB
CMYK
RGB Variations
Color information
#985A41 (or 0x985A41) is known color: Sepia. HEX triplet: 98, 5A and 41. RGB value is (152,90,65). Sum of RGB (Red+Green+Blue) = 152+90+65=307 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.51% from 307); Green value is 90 (35.55% from 255 or 29.32% from 307); Blue value is 65 (25.78% from 255 or 21.17% from 307); Max value from RGB is 152 - color contains mainly: red. Hex color #985A41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985A41 is #67A5BE. Grayscale: #696969. Windows color (decimal): -6792639 or 4283032. OLE color: 4283032.
HSL color Cylindrical-coordinate representation of color #985A41: hue angle of 17.24º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #985A41 is Cyan = 0, Magento = 0.41, Yellow = 0.57 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 90 | 65 | - |
| CMYK | 0 | 0.41 | 0.57 | 0.40 |
| HSL | 17.24º | 0.4% | 0.43% | - |
| HSV(B) | 17.24º | 0.57% | 0.6% | - |
| XYZ | 17.56 | 14.37 | 6.85 | - |
| YUV | 105.69 | 105.04 | 161.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 90 | 65 | 0 | 0.41 | 0.57 | 0.40 | 17.24 | 0.4 | 0.43 |
| Hex | 98 | 5A | 41 | 0 | 29 | 39 | 28 | 11 | 28 | 2B |
| Octal | 230 | 132 | 101 | 0 | 51 | 71 | 50 | 21 | 50 | 53 |
| Binary | 10011000 | 1011010 | 1000001 | 0 | 101001 | 111001 | 101000 | 10001 | 101000 | 101011 |
Color Harmonies of #985A41
Complementary color
Monochromatic Colors of #985A41
Black with #985A41
Text Example
Text Example
White with #985A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985A41; }
p { color: rgb(152,90,65); }
H1.HeaderClassName
{
color: #985A41;
}
.AnyTagClassName
{
color: #985A41;
}
</style>
background-color css
<style>
a { background-color: #985A41; }
a { background-color: rgb(152,90,65); }
div.DivClassName
{
background-color: #985A41;
}
.BgClassName
{
background-color: #985A41;
}
</style>
border-color css
<style>
span { border-color: #985A41; }
span { border-color: rgb(152,90,65); }
td.TdClassName
{
border-color: #985A41;
}
.TagClassName
{
border-color: #985A41;
}
</style>