Shades of Sepia #995D4D
Tints of Sepia #995D4D
RGB
CMYK
RGB Variations
Color information
#995D4D (or 0x995D4D) is known color: Sepia. HEX triplet: 99, 5D and 4D. RGB value is (153,93,77). Sum of RGB (Red+Green+Blue) = 153+93+77=323 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.37% from 323); Green value is 93 (36.72% from 255 or 28.79% from 323); Blue value is 77 (30.47% from 255 or 23.84% from 323); Max value from RGB is 153 - color contains mainly: red. Hex color #995D4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995D4D is #66A2B2. Grayscale: #6D6D6D. Windows color (decimal): -6726323 or 5070233. OLE color: 5070233.
HSL color Cylindrical-coordinate representation of color #995D4D: hue angle of 12.63º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #995D4D is Cyan = 0, Magento = 0.39, Yellow = 0.50 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 93 | 77 | - |
| CMYK | 0 | 0.39 | 0.50 | 0.4 |
| HSL | 12.63º | 0.33% | 0.45% | - |
| HSV(B) | 12.63º | 0.5% | 0.6% | - |
| XYZ | 18.39 | 15.14 | 8.97 | - |
| YUV | 109.12 | 109.88 | 159.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 93 | 77 | 0 | 0.39 | 0.50 | 0.4 | 12.63 | 0.33 | 0.45 |
| Hex | 99 | 5D | 4D | 0 | 27 | 32 | 28 | D | 21 | 2D |
| Octal | 231 | 135 | 115 | 0 | 47 | 62 | 50 | 15 | 41 | 55 |
| Binary | 10011001 | 1011101 | 1001101 | 0 | 100111 | 110010 | 101000 | 1101 | 100001 | 101101 |
Color Harmonies of #995D4D
Complementary color
Monochromatic Colors of #995D4D
Black with #995D4D
Text Example
Text Example
White with #995D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995D4D; }
p { color: rgb(153,93,77); }
H1.HeaderClassName
{
color: #995D4D;
}
.AnyTagClassName
{
color: #995D4D;
}
</style>
background-color css
<style>
a { background-color: #995D4D; }
a { background-color: rgb(153,93,77); }
div.DivClassName
{
background-color: #995D4D;
}
.BgClassName
{
background-color: #995D4D;
}
</style>
border-color css
<style>
span { border-color: #995D4D; }
span { border-color: rgb(153,93,77); }
td.TdClassName
{
border-color: #995D4D;
}
.TagClassName
{
border-color: #995D4D;
}
</style>