Shades of Sepia #995C49
Tints of Sepia #995C49
RGB
CMYK
RGB Variations
Color information
#995C49 (or 0x995C49) is known color: Sepia. HEX triplet: 99, 5C and 49. RGB value is (153,92,73). Sum of RGB (Red+Green+Blue) = 153+92+73=318 (42% of max value = 765). Red value is 153 (60.16% from 255 or 48.11% from 318); Green value is 92 (36.33% from 255 or 28.93% from 318); Blue value is 73 (28.91% from 255 or 22.96% from 318); Max value from RGB is 153 - color contains mainly: red. Hex color #995C49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995C49 is #66A3B6. Grayscale: #6C6C6C. Windows color (decimal): -6726583 or 4807833. OLE color: 4807833.
HSL color Cylindrical-coordinate representation of color #995C49: hue angle of 14.25º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #995C49 is Cyan = 0, Magento = 0.40, Yellow = 0.52 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 92 | 73 | - |
| CMYK | 0 | 0.40 | 0.52 | 0.4 |
| HSL | 14.25º | 0.35% | 0.44% | - |
| HSV(B) | 14.25º | 0.52% | 0.6% | - |
| XYZ | 18.17 | 14.91 | 8.22 | - |
| YUV | 108.07 | 108.21 | 160.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 92 | 73 | 0 | 0.40 | 0.52 | 0.4 | 14.25 | 0.35 | 0.44 |
| Hex | 99 | 5C | 49 | 0 | 28 | 34 | 28 | E | 23 | 2C |
| Octal | 231 | 134 | 111 | 0 | 50 | 64 | 50 | 16 | 43 | 54 |
| Binary | 10011001 | 1011100 | 1001001 | 0 | 101000 | 110100 | 101000 | 1110 | 100011 | 101100 |
Color Harmonies of #995C49
Complementary color
Monochromatic Colors of #995C49
Black with #995C49
Text Example
Text Example
White with #995C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995C49; }
p { color: rgb(153,92,73); }
H1.HeaderClassName
{
color: #995C49;
}
.AnyTagClassName
{
color: #995C49;
}
</style>
background-color css
<style>
a { background-color: #995C49; }
a { background-color: rgb(153,92,73); }
div.DivClassName
{
background-color: #995C49;
}
.BgClassName
{
background-color: #995C49;
}
</style>
border-color css
<style>
span { border-color: #995C49; }
span { border-color: rgb(153,92,73); }
td.TdClassName
{
border-color: #995C49;
}
.TagClassName
{
border-color: #995C49;
}
</style>