Shades of Sepia #A5583D
Tints of Sepia #A5583D
RGB
CMYK
RGB Variations
Color information
#A5583D (or 0xA5583D) is known color: Sepia. HEX triplet: A5, 58 and 3D. RGB value is (165,88,61). Sum of RGB (Red+Green+Blue) = 165+88+61=314 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.55% from 314); Green value is 88 (34.77% from 255 or 28.03% from 314); Blue value is 61 (24.22% from 255 or 19.43% from 314); Max value from RGB is 165 - color contains mainly: red. Hex color #A5583D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5583D is #5AA7C2. Grayscale: #6C6C6C. Windows color (decimal): -5941187 or 4020389. OLE color: 4020389.
HSL color Cylindrical-coordinate representation of color #A5583D: hue angle of 15.58º 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 #A5583D is Cyan = 0, Magento = 0.47, Yellow = 0.63 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 88 | 61 | - |
| CMYK | 0 | 0.47 | 0.63 | 0.35 |
| HSL | 15.58º | 0.46% | 0.44% | - |
| HSV(B) | 15.58º | 0.63% | 0.65% | - |
| XYZ | 19.85 | 15.32 | 6.32 | - |
| YUV | 107.95 | 101.51 | 168.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 88 | 61 | 0 | 0.47 | 0.63 | 0.35 | 15.58 | 0.46 | 0.44 |
| Hex | A5 | 58 | 3D | 0 | 2F | 3F | 23 | 10 | 2E | 2C |
| Octal | 245 | 130 | 75 | 0 | 57 | 77 | 43 | 20 | 56 | 54 |
| Binary | 10100101 | 1011000 | 111101 | 0 | 101111 | 111111 | 100011 | 10000 | 101110 | 101100 |
Color Harmonies of #A5583D
Complementary color
Monochromatic Colors of #A5583D
Black with #A5583D
Text Example
Text Example
White with #A5583D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5583D; }
p { color: rgb(165,88,61); }
H1.HeaderClassName
{
color: #A5583D;
}
.AnyTagClassName
{
color: #A5583D;
}
</style>
background-color css
<style>
a { background-color: #A5583D; }
a { background-color: rgb(165,88,61); }
div.DivClassName
{
background-color: #A5583D;
}
.BgClassName
{
background-color: #A5583D;
}
</style>
border-color css
<style>
span { border-color: #A5583D; }
span { border-color: rgb(165,88,61); }
td.TdClassName
{
border-color: #A5583D;
}
.TagClassName
{
border-color: #A5583D;
}
</style>