Shades of Sepia #A15F41
Tints of Sepia #A15F41
RGB
CMYK
RGB Variations
Color information
#A15F41 (or 0xA15F41) is known color: Sepia. HEX triplet: A1, 5F and 41. RGB value is (161,95,65). Sum of RGB (Red+Green+Blue) = 161+95+65=321 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.16% from 321); Green value is 95 (37.5% from 255 or 29.60% from 321); Blue value is 65 (25.78% from 255 or 20.25% from 321); Max value from RGB is 161 - color contains mainly: red. Hex color #A15F41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15F41 is #5EA0BE. Grayscale: #6F6F6F. Windows color (decimal): -6201535 or 4284321. OLE color: 4284321.
HSL color Cylindrical-coordinate representation of color #A15F41: hue angle of 18.75º degrees, saturation: 0.42, 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 #A15F41 is Cyan = 0, Magento = 0.41, Yellow = 0.60 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 95 | 65 | - |
| CMYK | 0 | 0.41 | 0.60 | 0.37 |
| HSL | 18.75º | 0.42% | 0.44% | - |
| HSV(B) | 18.75º | 0.6% | 0.63% | - |
| XYZ | 19.74 | 16.14 | 7.08 | - |
| YUV | 111.31 | 101.87 | 163.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 95 | 65 | 0 | 0.41 | 0.60 | 0.37 | 18.75 | 0.42 | 0.44 |
| Hex | A1 | 5F | 41 | 0 | 29 | 3C | 25 | 13 | 2A | 2C |
| Octal | 241 | 137 | 101 | 0 | 51 | 74 | 45 | 23 | 52 | 54 |
| Binary | 10100001 | 1011111 | 1000001 | 0 | 101001 | 111100 | 100101 | 10011 | 101010 | 101100 |
Color Harmonies of #A15F41
Complementary color
Monochromatic Colors of #A15F41
Black with #A15F41
Text Example
Text Example
White with #A15F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15F41; }
p { color: rgb(161,95,65); }
H1.HeaderClassName
{
color: #A15F41;
}
.AnyTagClassName
{
color: #A15F41;
}
</style>
background-color css
<style>
a { background-color: #A15F41; }
a { background-color: rgb(161,95,65); }
div.DivClassName
{
background-color: #A15F41;
}
.BgClassName
{
background-color: #A15F41;
}
</style>
border-color css
<style>
span { border-color: #A15F41; }
span { border-color: rgb(161,95,65); }
td.TdClassName
{
border-color: #A15F41;
}
.TagClassName
{
border-color: #A15F41;
}
</style>