Shades of Sepia #99573B
Tints of Sepia #99573B
RGB
CMYK
RGB Variations
Color information
#99573B (or 0x99573B) is known color: Sepia. HEX triplet: 99, 57 and 3B. RGB value is (153,87,59). Sum of RGB (Red+Green+Blue) = 153+87+59=299 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.17% from 299); Green value is 87 (34.38% from 255 or 29.10% from 299); Blue value is 59 (23.44% from 255 or 19.73% from 299); Max value from RGB is 153 - color contains mainly: red. Hex color #99573B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99573B is #66A8C4. Grayscale: #676767. Windows color (decimal): -6727877 or 3889049. OLE color: 3889049.
HSL color Cylindrical-coordinate representation of color #99573B: hue angle of 17.87º degrees, saturation: 0.44, 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 #99573B is Cyan = 0, Magento = 0.43, Yellow = 0.61 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 87 | 59 | - |
| CMYK | 0 | 0.43 | 0.61 | 0.4 |
| HSL | 17.87º | 0.44% | 0.42% | - |
| HSV(B) | 17.87º | 0.61% | 0.6% | - |
| XYZ | 17.33 | 13.9 | 5.91 | - |
| YUV | 103.54 | 102.87 | 163.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 87 | 59 | 0 | 0.43 | 0.61 | 0.4 | 17.87 | 0.44 | 0.42 |
| Hex | 99 | 57 | 3B | 0 | 2B | 3D | 28 | 12 | 2C | 2A |
| Octal | 231 | 127 | 73 | 0 | 53 | 75 | 50 | 22 | 54 | 52 |
| Binary | 10011001 | 1010111 | 111011 | 0 | 101011 | 111101 | 101000 | 10010 | 101100 | 101010 |
Color Harmonies of #99573B
Complementary color
Monochromatic Colors of #99573B
Black with #99573B
Text Example
Text Example
White with #99573B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99573B; }
p { color: rgb(153,87,59); }
H1.HeaderClassName
{
color: #99573B;
}
.AnyTagClassName
{
color: #99573B;
}
</style>
background-color css
<style>
a { background-color: #99573B; }
a { background-color: rgb(153,87,59); }
div.DivClassName
{
background-color: #99573B;
}
.BgClassName
{
background-color: #99573B;
}
</style>
border-color css
<style>
span { border-color: #99573B; }
span { border-color: rgb(153,87,59); }
td.TdClassName
{
border-color: #99573B;
}
.TagClassName
{
border-color: #99573B;
}
</style>