Shades of Sepia #A15C3E
Tints of Sepia #A15C3E
RGB
CMYK
RGB Variations
Color information
#A15C3E (or 0xA15C3E) is known color: Sepia. HEX triplet: A1, 5C and 3E. RGB value is (161,92,62). Sum of RGB (Red+Green+Blue) = 161+92+62=315 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.11% from 315); Green value is 92 (36.33% from 255 or 29.21% from 315); Blue value is 62 (24.61% from 255 or 19.68% from 315); Max value from RGB is 161 - color contains mainly: red. Hex color #A15C3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15C3E is #5EA3C1. Grayscale: #6D6D6D. Windows color (decimal): -6202306 or 4086945. OLE color: 4086945.
HSL color Cylindrical-coordinate representation of color #A15C3E: hue angle of 18.18º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A15C3E is Cyan = 0, Magento = 0.43, Yellow = 0.61 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 92 | 62 | - |
| CMYK | 0 | 0.43 | 0.61 | 0.37 |
| HSL | 18.18º | 0.44% | 0.44% | - |
| HSV(B) | 18.18º | 0.61% | 0.63% | - |
| XYZ | 19.39 | 15.58 | 6.54 | - |
| YUV | 109.21 | 101.36 | 164.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 92 | 62 | 0 | 0.43 | 0.61 | 0.37 | 18.18 | 0.44 | 0.44 |
| Hex | A1 | 5C | 3E | 0 | 2B | 3D | 25 | 12 | 2C | 2C |
| Octal | 241 | 134 | 76 | 0 | 53 | 75 | 45 | 22 | 54 | 54 |
| Binary | 10100001 | 1011100 | 111110 | 0 | 101011 | 111101 | 100101 | 10010 | 101100 | 101100 |
Color Harmonies of #A15C3E
Complementary color
Monochromatic Colors of #A15C3E
Black with #A15C3E
Text Example
Text Example
White with #A15C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15C3E; }
p { color: rgb(161,92,62); }
H1.HeaderClassName
{
color: #A15C3E;
}
.AnyTagClassName
{
color: #A15C3E;
}
</style>
background-color css
<style>
a { background-color: #A15C3E; }
a { background-color: rgb(161,92,62); }
div.DivClassName
{
background-color: #A15C3E;
}
.BgClassName
{
background-color: #A15C3E;
}
</style>
border-color css
<style>
span { border-color: #A15C3E; }
span { border-color: rgb(161,92,62); }
td.TdClassName
{
border-color: #A15C3E;
}
.TagClassName
{
border-color: #A15C3E;
}
</style>