Shades of Sepia #A3583C
Tints of Sepia #A3583C
RGB
CMYK
RGB Variations
Color information
#A3583C (or 0xA3583C) is known color: Sepia. HEX triplet: A3, 58 and 3C. RGB value is (163,88,60). Sum of RGB (Red+Green+Blue) = 163+88+60=311 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.41% from 311); Green value is 88 (34.77% from 255 or 28.30% from 311); Blue value is 60 (23.83% from 255 or 19.29% from 311); Max value from RGB is 163 - color contains mainly: red. Hex color #A3583C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3583C is #5CA7C3. Grayscale: #6B6B6B. Windows color (decimal): -6072260 or 3954851. OLE color: 3954851.
HSL color Cylindrical-coordinate representation of color #A3583C: hue angle of 16.31º 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 #A3583C is Cyan = 0, Magento = 0.46, Yellow = 0.63 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 88 | 60 | - |
| CMYK | 0 | 0.46 | 0.63 | 0.36 |
| HSL | 16.31º | 0.46% | 0.44% | - |
| HSV(B) | 16.31º | 0.63% | 0.64% | - |
| XYZ | 19.41 | 15.09 | 6.17 | - |
| YUV | 107.23 | 101.35 | 167.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 88 | 60 | 0 | 0.46 | 0.63 | 0.36 | 16.31 | 0.46 | 0.44 |
| Hex | A3 | 58 | 3C | 0 | 2E | 3F | 24 | 10 | 2E | 2C |
| Octal | 243 | 130 | 74 | 0 | 56 | 77 | 44 | 20 | 56 | 54 |
| Binary | 10100011 | 1011000 | 111100 | 0 | 101110 | 111111 | 100100 | 10000 | 101110 | 101100 |
Color Harmonies of #A3583C
Complementary color
Monochromatic Colors of #A3583C
Black with #A3583C
Text Example
Text Example
White with #A3583C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3583C; }
p { color: rgb(163,88,60); }
H1.HeaderClassName
{
color: #A3583C;
}
.AnyTagClassName
{
color: #A3583C;
}
</style>
background-color css
<style>
a { background-color: #A3583C; }
a { background-color: rgb(163,88,60); }
div.DivClassName
{
background-color: #A3583C;
}
.BgClassName
{
background-color: #A3583C;
}
</style>
border-color css
<style>
span { border-color: #A3583C; }
span { border-color: rgb(163,88,60); }
td.TdClassName
{
border-color: #A3583C;
}
.TagClassName
{
border-color: #A3583C;
}
</style>