Shades of Sepia #995D41
Tints of Sepia #995D41
RGB
CMYK
RGB Variations
Color information
#995D41 (or 0x995D41) is known color: Sepia. HEX triplet: 99, 5D and 41. RGB value is (153,93,65). Sum of RGB (Red+Green+Blue) = 153+93+65=311 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.20% from 311); Green value is 93 (36.72% from 255 or 29.90% from 311); Blue value is 65 (25.78% from 255 or 20.90% from 311); Max value from RGB is 153 - color contains mainly: red. Hex color #995D41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995D41 is #66A2BE. Grayscale: #6B6B6B. Windows color (decimal): -6726335 or 4283801. OLE color: 4283801.
HSL color Cylindrical-coordinate representation of color #995D41: hue angle of 19.09º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #995D41 is Cyan = 0, Magento = 0.39, Yellow = 0.58 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 93 | 65 | - |
| CMYK | 0 | 0.39 | 0.58 | 0.4 |
| HSL | 19.09º | 0.4% | 0.43% | - |
| HSV(B) | 19.09º | 0.58% | 0.6% | - |
| XYZ | 18.01 | 14.98 | 6.94 | - |
| YUV | 107.75 | 103.88 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 93 | 65 | 0 | 0.39 | 0.58 | 0.4 | 19.09 | 0.4 | 0.43 |
| Hex | 99 | 5D | 41 | 0 | 27 | 3A | 28 | 13 | 28 | 2B |
| Octal | 231 | 135 | 101 | 0 | 47 | 72 | 50 | 23 | 50 | 53 |
| Binary | 10011001 | 1011101 | 1000001 | 0 | 100111 | 111010 | 101000 | 10011 | 101000 | 101011 |
Color Harmonies of #995D41
Complementary color
Monochromatic Colors of #995D41
Black with #995D41
Text Example
Text Example
White with #995D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995D41; }
p { color: rgb(153,93,65); }
H1.HeaderClassName
{
color: #995D41;
}
.AnyTagClassName
{
color: #995D41;
}
</style>
background-color css
<style>
a { background-color: #995D41; }
a { background-color: rgb(153,93,65); }
div.DivClassName
{
background-color: #995D41;
}
.BgClassName
{
background-color: #995D41;
}
</style>
border-color css
<style>
span { border-color: #995D41; }
span { border-color: rgb(153,93,65); }
td.TdClassName
{
border-color: #995D41;
}
.TagClassName
{
border-color: #995D41;
}
</style>