Shades of Sepia #98533B
Tints of Sepia #98533B
RGB
CMYK
RGB Variations
Color information
#98533B (or 0x98533B) is known color: Sepia. HEX triplet: 98, 53 and 3B. RGB value is (152,83,59). Sum of RGB (Red+Green+Blue) = 152+83+59=294 (38% of max value = 765). Red value is 152 (59.77% from 255 or 51.70% from 294); Green value is 83 (32.81% from 255 or 28.23% from 294); Blue value is 59 (23.44% from 255 or 20.07% from 294); Max value from RGB is 152 - color contains mainly: red. Hex color #98533B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98533B is #67ACC4. Grayscale: #656565. Windows color (decimal): -6794437 or 3888024. OLE color: 3888024.
HSL color Cylindrical-coordinate representation of color #98533B: hue angle of 15.48º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #98533B is Cyan = 0, Magento = 0.45, Yellow = 0.61 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 83 | 59 | - |
| CMYK | 0 | 0.45 | 0.61 | 0.40 |
| HSL | 15.48º | 0.44% | 0.41% | - |
| HSV(B) | 15.48º | 0.61% | 0.6% | - |
| XYZ | 16.83 | 13.18 | 5.79 | - |
| YUV | 100.9 | 104.36 | 164.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 83 | 59 | 0 | 0.45 | 0.61 | 0.40 | 15.48 | 0.44 | 0.41 |
| Hex | 98 | 53 | 3B | 0 | 2D | 3D | 28 | F | 2C | 29 |
| Octal | 230 | 123 | 73 | 0 | 55 | 75 | 50 | 17 | 54 | 51 |
| Binary | 10011000 | 1010011 | 111011 | 0 | 101101 | 111101 | 101000 | 1111 | 101100 | 101001 |
Color Harmonies of #98533B
Complementary color
Monochromatic Colors of #98533B
Black with #98533B
Text Example
Text Example
White with #98533B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98533B; }
p { color: rgb(152,83,59); }
H1.HeaderClassName
{
color: #98533B;
}
.AnyTagClassName
{
color: #98533B;
}
</style>
background-color css
<style>
a { background-color: #98533B; }
a { background-color: rgb(152,83,59); }
div.DivClassName
{
background-color: #98533B;
}
.BgClassName
{
background-color: #98533B;
}
</style>
border-color css
<style>
span { border-color: #98533B; }
span { border-color: rgb(152,83,59); }
td.TdClassName
{
border-color: #98533B;
}
.TagClassName
{
border-color: #98533B;
}
</style>