Shades of Sepia #98593C
Tints of Sepia #98593C
RGB
CMYK
RGB Variations
Color information
#98593C (or 0x98593C) is known color: Sepia. HEX triplet: 98, 59 and 3C. RGB value is (152,89,60). Sum of RGB (Red+Green+Blue) = 152+89+60=301 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.50% from 301); Green value is 89 (35.16% from 255 or 29.57% from 301); Blue value is 60 (23.83% from 255 or 19.93% from 301); Max value from RGB is 152 - color contains mainly: red. Hex color #98593C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98593C is #67A6C3. Grayscale: #686868. Windows color (decimal): -6792900 or 3955096. OLE color: 3955096.
HSL color Cylindrical-coordinate representation of color #98593C: hue angle of 18.91º 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 #98593C is Cyan = 0, Magento = 0.41, Yellow = 0.61 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 89 | 60 | - |
| CMYK | 0 | 0.41 | 0.61 | 0.40 |
| HSL | 18.91º | 0.43% | 0.42% | - |
| HSV(B) | 18.91º | 0.61% | 0.6% | - |
| XYZ | 17.34 | 14.15 | 6.09 | - |
| YUV | 104.53 | 102.87 | 161.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 89 | 60 | 0 | 0.41 | 0.61 | 0.40 | 18.91 | 0.43 | 0.42 |
| Hex | 98 | 59 | 3C | 0 | 29 | 3D | 28 | 13 | 2B | 2A |
| Octal | 230 | 131 | 74 | 0 | 51 | 75 | 50 | 23 | 53 | 52 |
| Binary | 10011000 | 1011001 | 111100 | 0 | 101001 | 111101 | 101000 | 10011 | 101011 | 101010 |
Color Harmonies of #98593C
Complementary color
Monochromatic Colors of #98593C
Black with #98593C
Text Example
Text Example
White with #98593C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98593C; }
p { color: rgb(152,89,60); }
H1.HeaderClassName
{
color: #98593C;
}
.AnyTagClassName
{
color: #98593C;
}
</style>
background-color css
<style>
a { background-color: #98593C; }
a { background-color: rgb(152,89,60); }
div.DivClassName
{
background-color: #98593C;
}
.BgClassName
{
background-color: #98593C;
}
</style>
border-color css
<style>
span { border-color: #98593C; }
span { border-color: rgb(152,89,60); }
td.TdClassName
{
border-color: #98593C;
}
.TagClassName
{
border-color: #98593C;
}
</style>