Shades of Sepia #A4583C
Tints of Sepia #A4583C
RGB
CMYK
RGB Variations
Color information
#A4583C (or 0xA4583C) is known color: Sepia. HEX triplet: A4, 58 and 3C. RGB value is (164,88,60). Sum of RGB (Red+Green+Blue) = 164+88+60=312 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.56% from 312); Green value is 88 (34.77% from 255 or 28.21% from 312); Blue value is 60 (23.83% from 255 or 19.23% from 312); Max value from RGB is 164 - color contains mainly: red. Hex color #A4583C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4583C is #5BA7C3. Grayscale: #6B6B6B. Windows color (decimal): -6006724 or 3954852. OLE color: 3954852.
HSL color Cylindrical-coordinate representation of color #A4583C: hue angle of 16.15º 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 #A4583C is Cyan = 0, Magento = 0.46, Yellow = 0.63 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 88 | 60 | - |
| CMYK | 0 | 0.46 | 0.63 | 0.36 |
| HSL | 16.15º | 0.46% | 0.44% | - |
| HSV(B) | 16.15º | 0.63% | 0.64% | - |
| XYZ | 19.62 | 15.2 | 6.17 | - |
| YUV | 107.53 | 101.18 | 168.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 88 | 60 | 0 | 0.46 | 0.63 | 0.36 | 16.15 | 0.46 | 0.44 |
| Hex | A4 | 58 | 3C | 0 | 2E | 3F | 24 | 10 | 2E | 2C |
| Octal | 244 | 130 | 74 | 0 | 56 | 77 | 44 | 20 | 56 | 54 |
| Binary | 10100100 | 1011000 | 111100 | 0 | 101110 | 111111 | 100100 | 10000 | 101110 | 101100 |
Color Harmonies of #A4583C
Complementary color
Monochromatic Colors of #A4583C
Black with #A4583C
Text Example
Text Example
White with #A4583C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4583C; }
p { color: rgb(164,88,60); }
H1.HeaderClassName
{
color: #A4583C;
}
.AnyTagClassName
{
color: #A4583C;
}
</style>
background-color css
<style>
a { background-color: #A4583C; }
a { background-color: rgb(164,88,60); }
div.DivClassName
{
background-color: #A4583C;
}
.BgClassName
{
background-color: #A4583C;
}
</style>
border-color css
<style>
span { border-color: #A4583C; }
span { border-color: rgb(164,88,60); }
td.TdClassName
{
border-color: #A4583C;
}
.TagClassName
{
border-color: #A4583C;
}
</style>