Shades of Sepia #98533D
Tints of Sepia #98533D
RGB
CMYK
RGB Variations
Color information
#98533D (or 0x98533D) is known color: Sepia. HEX triplet: 98, 53 and 3D. RGB value is (152,83,61). Sum of RGB (Red+Green+Blue) = 152+83+61=296 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.35% from 296); Green value is 83 (32.81% from 255 or 28.04% from 296); Blue value is 61 (24.22% from 255 or 20.61% from 296); Max value from RGB is 152 - color contains mainly: red. Hex color #98533D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98533D is #67ACC2. Grayscale: #656565. Windows color (decimal): -6794435 or 4019096. OLE color: 4019096.
HSL color Cylindrical-coordinate representation of color #98533D: hue angle of 14.51º 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 #98533D is Cyan = 0, Magento = 0.45, Yellow = 0.60 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 83 | 61 | - |
| CMYK | 0 | 0.45 | 0.60 | 0.40 |
| HSL | 14.51º | 0.43% | 0.42% | - |
| HSV(B) | 14.51º | 0.6% | 0.6% | - |
| XYZ | 16.88 | 13.2 | 6.07 | - |
| YUV | 101.12 | 105.36 | 164.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 83 | 61 | 0 | 0.45 | 0.60 | 0.40 | 14.51 | 0.43 | 0.42 |
| Hex | 98 | 53 | 3D | 0 | 2D | 3C | 28 | F | 2B | 2A |
| Octal | 230 | 123 | 75 | 0 | 55 | 74 | 50 | 17 | 53 | 52 |
| Binary | 10011000 | 1010011 | 111101 | 0 | 101101 | 111100 | 101000 | 1111 | 101011 | 101010 |
Color Harmonies of #98533D
Complementary color
Monochromatic Colors of #98533D
Black with #98533D
Text Example
Text Example
White with #98533D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98533D; }
p { color: rgb(152,83,61); }
H1.HeaderClassName
{
color: #98533D;
}
.AnyTagClassName
{
color: #98533D;
}
</style>
background-color css
<style>
a { background-color: #98533D; }
a { background-color: rgb(152,83,61); }
div.DivClassName
{
background-color: #98533D;
}
.BgClassName
{
background-color: #98533D;
}
</style>
border-color css
<style>
span { border-color: #98533D; }
span { border-color: rgb(152,83,61); }
td.TdClassName
{
border-color: #98533D;
}
.TagClassName
{
border-color: #98533D;
}
</style>