Shades of Sepia #A5593D
Tints of Sepia #A5593D
RGB
CMYK
RGB Variations
Color information
#A5593D (or 0xA5593D) is known color: Sepia. HEX triplet: A5, 59 and 3D. RGB value is (165,89,61). Sum of RGB (Red+Green+Blue) = 165+89+61=315 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.38% from 315); Green value is 89 (35.16% from 255 or 28.25% from 315); Blue value is 61 (24.22% from 255 or 19.37% from 315); Max value from RGB is 165 - color contains mainly: red. Hex color #A5593D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5593D is #5AA6C2. Grayscale: #6C6C6C. Windows color (decimal): -5940931 or 4020645. OLE color: 4020645.
HSL color Cylindrical-coordinate representation of color #A5593D: hue angle of 16.15º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A5593D is Cyan = 0, Magento = 0.46, Yellow = 0.63 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 89 | 61 | - |
| CMYK | 0 | 0.46 | 0.63 | 0.35 |
| HSL | 16.15º | 0.46% | 0.44% | - |
| HSV(B) | 16.15º | 0.63% | 0.65% | - |
| XYZ | 19.93 | 15.48 | 6.35 | - |
| YUV | 108.53 | 101.18 | 168.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 89 | 61 | 0 | 0.46 | 0.63 | 0.35 | 16.15 | 0.46 | 0.44 |
| Hex | A5 | 59 | 3D | 0 | 2E | 3F | 23 | 10 | 2E | 2C |
| Octal | 245 | 131 | 75 | 0 | 56 | 77 | 43 | 20 | 56 | 54 |
| Binary | 10100101 | 1011001 | 111101 | 0 | 101110 | 111111 | 100011 | 10000 | 101110 | 101100 |
Color Harmonies of #A5593D
Complementary color
Monochromatic Colors of #A5593D
Black with #A5593D
Text Example
Text Example
White with #A5593D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5593D; }
p { color: rgb(165,89,61); }
H1.HeaderClassName
{
color: #A5593D;
}
.AnyTagClassName
{
color: #A5593D;
}
</style>
background-color css
<style>
a { background-color: #A5593D; }
a { background-color: rgb(165,89,61); }
div.DivClassName
{
background-color: #A5593D;
}
.BgClassName
{
background-color: #A5593D;
}
</style>
border-color css
<style>
span { border-color: #A5593D; }
span { border-color: rgb(165,89,61); }
td.TdClassName
{
border-color: #A5593D;
}
.TagClassName
{
border-color: #A5593D;
}
</style>