Shades of Sepia #995D43
Tints of Sepia #995D43
RGB
CMYK
RGB Variations
Color information
#995D43 (or 0x995D43) is known color: Sepia. HEX triplet: 99, 5D and 43. RGB value is (153,93,67). Sum of RGB (Red+Green+Blue) = 153+93+67=313 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.88% from 313); Green value is 93 (36.72% from 255 or 29.71% from 313); Blue value is 67 (26.56% from 255 or 21.41% from 313); Max value from RGB is 153 - color contains mainly: red. Hex color #995D43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995D43 is #66A2BC. Grayscale: #6C6C6C. Windows color (decimal): -6726333 or 4414873. OLE color: 4414873.
HSL color Cylindrical-coordinate representation of color #995D43: hue angle of 18.14º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #995D43 is Cyan = 0, Magento = 0.39, Yellow = 0.56 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 93 | 67 | - |
| CMYK | 0 | 0.39 | 0.56 | 0.4 |
| HSL | 18.14º | 0.39% | 0.43% | - |
| HSV(B) | 18.14º | 0.56% | 0.6% | - |
| XYZ | 18.06 | 15.01 | 7.25 | - |
| YUV | 107.98 | 104.88 | 160.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 93 | 67 | 0 | 0.39 | 0.56 | 0.4 | 18.14 | 0.39 | 0.43 |
| Hex | 99 | 5D | 43 | 0 | 27 | 38 | 28 | 12 | 27 | 2B |
| Octal | 231 | 135 | 103 | 0 | 47 | 70 | 50 | 22 | 47 | 53 |
| Binary | 10011001 | 1011101 | 1000011 | 0 | 100111 | 111000 | 101000 | 10010 | 100111 | 101011 |
Color Harmonies of #995D43
Complementary color
Monochromatic Colors of #995D43
Black with #995D43
Text Example
Text Example
White with #995D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995D43; }
p { color: rgb(153,93,67); }
H1.HeaderClassName
{
color: #995D43;
}
.AnyTagClassName
{
color: #995D43;
}
</style>
background-color css
<style>
a { background-color: #995D43; }
a { background-color: rgb(153,93,67); }
div.DivClassName
{
background-color: #995D43;
}
.BgClassName
{
background-color: #995D43;
}
</style>
border-color css
<style>
span { border-color: #995D43; }
span { border-color: rgb(153,93,67); }
td.TdClassName
{
border-color: #995D43;
}
.TagClassName
{
border-color: #995D43;
}
</style>