Shades of Sepia #A7593F
Tints of Sepia #A7593F
RGB
CMYK
RGB Variations
Color information
#A7593F (or 0xA7593F) is known color: Sepia. HEX triplet: A7, 59 and 3F. RGB value is (167,89,63). Sum of RGB (Red+Green+Blue) = 167+89+63=319 (42% of max value = 765). Red value is 167 (65.62% from 255 or 52.35% from 319); Green value is 89 (35.16% from 255 or 27.90% from 319); Blue value is 63 (25% from 255 or 19.75% from 319); Max value from RGB is 167 - color contains mainly: red. Hex color #A7593F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A7593F is #58A6C0. Grayscale: #6D6D6D. Windows color (decimal): -5809857 or 4151719. OLE color: 4151719.
HSL color Cylindrical-coordinate representation of color #A7593F: hue angle of 15º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A7593F is Cyan = 0, Magento = 0.47, Yellow = 0.62 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 89 | 63 | - |
| CMYK | 0 | 0.47 | 0.62 | 0.35 |
| HSL | 15º | 0.45% | 0.45% | - |
| HSV(B) | 15º | 0.62% | 0.65% | - |
| XYZ | 20.41 | 15.72 | 6.66 | - |
| YUV | 109.36 | 101.84 | 169.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 89 | 63 | 0 | 0.47 | 0.62 | 0.35 | 15 | 0.45 | 0.45 |
| Hex | A7 | 59 | 3F | 0 | 2F | 3E | 23 | F | 2D | 2D |
| Octal | 247 | 131 | 77 | 0 | 57 | 76 | 43 | 17 | 55 | 55 |
| Binary | 10100111 | 1011001 | 111111 | 0 | 101111 | 111110 | 100011 | 1111 | 101101 | 101101 |
Color Harmonies of #A7593F
Complementary color
Monochromatic Colors of #A7593F
Black with #A7593F
Text Example
Text Example
White with #A7593F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7593F; }
p { color: rgb(167,89,63); }
H1.HeaderClassName
{
color: #A7593F;
}
.AnyTagClassName
{
color: #A7593F;
}
</style>
background-color css
<style>
a { background-color: #A7593F; }
a { background-color: rgb(167,89,63); }
div.DivClassName
{
background-color: #A7593F;
}
.BgClassName
{
background-color: #A7593F;
}
</style>
border-color css
<style>
span { border-color: #A7593F; }
span { border-color: rgb(167,89,63); }
td.TdClassName
{
border-color: #A7593F;
}
.TagClassName
{
border-color: #A7593F;
}
</style>