Shades of Sepia #A15D40
Tints of Sepia #A15D40
RGB
CMYK
RGB Variations
Color information
#A15D40 (or 0xA15D40) is known color: Sepia. HEX triplet: A1, 5D and 40. RGB value is (161,93,64). Sum of RGB (Red+Green+Blue) = 161+93+64=318 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.63% from 318); Green value is 93 (36.72% from 255 or 29.25% from 318); Blue value is 64 (25.39% from 255 or 20.13% from 318); Max value from RGB is 161 - color contains mainly: red. Hex color #A15D40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15D40 is #5EA2BF. Grayscale: #6E6E6E. Windows color (decimal): -6202048 or 4218273. OLE color: 4218273.
HSL color Cylindrical-coordinate representation of color #A15D40: hue angle of 17.94º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A15D40 is Cyan = 0, Magento = 0.42, Yellow = 0.60 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 93 | 64 | - |
| CMYK | 0 | 0.42 | 0.60 | 0.37 |
| HSL | 17.94º | 0.43% | 0.44% | - |
| HSV(B) | 17.94º | 0.6% | 0.63% | - |
| XYZ | 19.54 | 15.78 | 6.87 | - |
| YUV | 110.03 | 102.03 | 164.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 93 | 64 | 0 | 0.42 | 0.60 | 0.37 | 17.94 | 0.43 | 0.44 |
| Hex | A1 | 5D | 40 | 0 | 2A | 3C | 25 | 12 | 2B | 2C |
| Octal | 241 | 135 | 100 | 0 | 52 | 74 | 45 | 22 | 53 | 54 |
| Binary | 10100001 | 1011101 | 1000000 | 0 | 101010 | 111100 | 100101 | 10010 | 101011 | 101100 |
Color Harmonies of #A15D40
Complementary color
Monochromatic Colors of #A15D40
Black with #A15D40
Text Example
Text Example
White with #A15D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15D40; }
p { color: rgb(161,93,64); }
H1.HeaderClassName
{
color: #A15D40;
}
.AnyTagClassName
{
color: #A15D40;
}
</style>
background-color css
<style>
a { background-color: #A15D40; }
a { background-color: rgb(161,93,64); }
div.DivClassName
{
background-color: #A15D40;
}
.BgClassName
{
background-color: #A15D40;
}
</style>
border-color css
<style>
span { border-color: #A15D40; }
span { border-color: rgb(161,93,64); }
td.TdClassName
{
border-color: #A15D40;
}
.TagClassName
{
border-color: #A15D40;
}
</style>