Shades of Sepia #98543C
Tints of Sepia #98543C
RGB
CMYK
RGB Variations
Color information
#98543C (or 0x98543C) is known color: Sepia. HEX triplet: 98, 54 and 3C. RGB value is (152,84,60). Sum of RGB (Red+Green+Blue) = 152+84+60=296 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.35% from 296); Green value is 84 (33.20% from 255 or 28.38% from 296); Blue value is 60 (23.83% from 255 or 20.27% from 296); Max value from RGB is 152 - color contains mainly: red. Hex color #98543C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98543C is #67ABC3. Grayscale: #656565. Windows color (decimal): -6794180 or 3953816. OLE color: 3953816.
HSL color Cylindrical-coordinate representation of color #98543C: hue angle of 15.65º 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 #98543C is Cyan = 0, Magento = 0.45, Yellow = 0.61 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 84 | 60 | - |
| CMYK | 0 | 0.45 | 0.61 | 0.40 |
| HSL | 15.65º | 0.43% | 0.42% | - |
| HSV(B) | 15.65º | 0.61% | 0.6% | - |
| XYZ | 16.93 | 13.34 | 5.96 | - |
| YUV | 101.6 | 104.53 | 163.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 84 | 60 | 0 | 0.45 | 0.61 | 0.40 | 15.65 | 0.43 | 0.42 |
| Hex | 98 | 54 | 3C | 0 | 2D | 3D | 28 | 10 | 2B | 2A |
| Octal | 230 | 124 | 74 | 0 | 55 | 75 | 50 | 20 | 53 | 52 |
| Binary | 10011000 | 1010100 | 111100 | 0 | 101101 | 111101 | 101000 | 10000 | 101011 | 101010 |
Color Harmonies of #98543C
Complementary color
Monochromatic Colors of #98543C
Black with #98543C
Text Example
Text Example
White with #98543C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98543C; }
p { color: rgb(152,84,60); }
H1.HeaderClassName
{
color: #98543C;
}
.AnyTagClassName
{
color: #98543C;
}
</style>
background-color css
<style>
a { background-color: #98543C; }
a { background-color: rgb(152,84,60); }
div.DivClassName
{
background-color: #98543C;
}
.BgClassName
{
background-color: #98543C;
}
</style>
border-color css
<style>
span { border-color: #98543C; }
span { border-color: rgb(152,84,60); }
td.TdClassName
{
border-color: #98543C;
}
.TagClassName
{
border-color: #98543C;
}
</style>