Shades of Sepia #98573D
Tints of Sepia #98573D
RGB
CMYK
RGB Variations
Color information
#98573D (or 0x98573D) is known color: Sepia. HEX triplet: 98, 57 and 3D. RGB value is (152,87,61). Sum of RGB (Red+Green+Blue) = 152+87+61=300 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.67% from 300); Green value is 87 (34.38% from 255 or 29% from 300); Blue value is 61 (24.22% from 255 or 20.33% from 300); Max value from RGB is 152 - color contains mainly: red. Hex color #98573D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98573D is #67A8C2. Grayscale: #676767. Windows color (decimal): -6793411 or 4020120. OLE color: 4020120.
HSL color Cylindrical-coordinate representation of color #98573D: hue angle of 17.14º 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 #98573D is Cyan = 0, Magento = 0.43, Yellow = 0.60 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 87 | 61 | - |
| CMYK | 0 | 0.43 | 0.60 | 0.40 |
| HSL | 17.14º | 0.43% | 0.42% | - |
| HSV(B) | 17.14º | 0.6% | 0.6% | - |
| XYZ | 17.2 | 13.83 | 6.18 | - |
| YUV | 103.47 | 104.03 | 162.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 87 | 61 | 0 | 0.43 | 0.60 | 0.40 | 17.14 | 0.43 | 0.42 |
| Hex | 98 | 57 | 3D | 0 | 2B | 3C | 28 | 11 | 2B | 2A |
| Octal | 230 | 127 | 75 | 0 | 53 | 74 | 50 | 21 | 53 | 52 |
| Binary | 10011000 | 1010111 | 111101 | 0 | 101011 | 111100 | 101000 | 10001 | 101011 | 101010 |
Color Harmonies of #98573D
Complementary color
Monochromatic Colors of #98573D
Black with #98573D
Text Example
Text Example
White with #98573D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98573D; }
p { color: rgb(152,87,61); }
H1.HeaderClassName
{
color: #98573D;
}
.AnyTagClassName
{
color: #98573D;
}
</style>
background-color css
<style>
a { background-color: #98573D; }
a { background-color: rgb(152,87,61); }
div.DivClassName
{
background-color: #98573D;
}
.BgClassName
{
background-color: #98573D;
}
</style>
border-color css
<style>
span { border-color: #98573D; }
span { border-color: rgb(152,87,61); }
td.TdClassName
{
border-color: #98573D;
}
.TagClassName
{
border-color: #98573D;
}
</style>