Shades of Sepia #A4593C
Tints of Sepia #A4593C
RGB
CMYK
RGB Variations
Color information
#A4593C (or 0xA4593C) is known color: Sepia. HEX triplet: A4, 59 and 3C. RGB value is (164,89,60). Sum of RGB (Red+Green+Blue) = 164+89+60=313 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.40% from 313); Green value is 89 (35.16% from 255 or 28.43% from 313); Blue value is 60 (23.83% from 255 or 19.17% from 313); Max value from RGB is 164 - color contains mainly: red. Hex color #A4593C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4593C is #5BA6C3. Grayscale: #6C6C6C. Windows color (decimal): -6006468 or 3955108. OLE color: 3955108.
HSL color Cylindrical-coordinate representation of color #A4593C: hue angle of 16.73º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A4593C is Cyan = 0, Magento = 0.46, Yellow = 0.63 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 89 | 60 | - |
| CMYK | 0 | 0.46 | 0.63 | 0.36 |
| HSL | 16.73º | 0.46% | 0.44% | - |
| HSV(B) | 16.73º | 0.63% | 0.64% | - |
| XYZ | 19.7 | 15.36 | 6.2 | - |
| YUV | 108.12 | 100.85 | 167.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 89 | 60 | 0 | 0.46 | 0.63 | 0.36 | 16.73 | 0.46 | 0.44 |
| Hex | A4 | 59 | 3C | 0 | 2E | 3F | 24 | 11 | 2E | 2C |
| Octal | 244 | 131 | 74 | 0 | 56 | 77 | 44 | 21 | 56 | 54 |
| Binary | 10100100 | 1011001 | 111100 | 0 | 101110 | 111111 | 100100 | 10001 | 101110 | 101100 |
Color Harmonies of #A4593C
Complementary color
Monochromatic Colors of #A4593C
Black with #A4593C
Text Example
Text Example
White with #A4593C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4593C; }
p { color: rgb(164,89,60); }
H1.HeaderClassName
{
color: #A4593C;
}
.AnyTagClassName
{
color: #A4593C;
}
</style>
background-color css
<style>
a { background-color: #A4593C; }
a { background-color: rgb(164,89,60); }
div.DivClassName
{
background-color: #A4593C;
}
.BgClassName
{
background-color: #A4593C;
}
</style>
border-color css
<style>
span { border-color: #A4593C; }
span { border-color: rgb(164,89,60); }
td.TdClassName
{
border-color: #A4593C;
}
.TagClassName
{
border-color: #A4593C;
}
</style>