Shades of Sepia #A4583D
Tints of Sepia #A4583D
RGB
CMYK
RGB Variations
Color information
#A4583D (or 0xA4583D) is known color: Sepia. HEX triplet: A4, 58 and 3D. RGB value is (164,88,61). Sum of RGB (Red+Green+Blue) = 164+88+61=313 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.40% from 313); Green value is 88 (34.77% from 255 or 28.12% from 313); Blue value is 61 (24.22% from 255 or 19.49% from 313); Max value from RGB is 164 - color contains mainly: red. Hex color #A4583D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4583D is #5BA7C2. Grayscale: #6B6B6B. Windows color (decimal): -6006723 or 4020388. OLE color: 4020388.
HSL color Cylindrical-coordinate representation of color #A4583D: hue angle of 15.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 #A4583D is Cyan = 0, Magento = 0.46, Yellow = 0.63 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 88 | 61 | - |
| CMYK | 0 | 0.46 | 0.63 | 0.36 |
| HSL | 15.73º | 0.46% | 0.44% | - |
| HSV(B) | 15.73º | 0.63% | 0.64% | - |
| XYZ | 19.64 | 15.21 | 6.32 | - |
| YUV | 107.65 | 101.68 | 168.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 88 | 61 | 0 | 0.46 | 0.63 | 0.36 | 15.73 | 0.46 | 0.44 |
| Hex | A4 | 58 | 3D | 0 | 2E | 3F | 24 | 10 | 2E | 2C |
| Octal | 244 | 130 | 75 | 0 | 56 | 77 | 44 | 20 | 56 | 54 |
| Binary | 10100100 | 1011000 | 111101 | 0 | 101110 | 111111 | 100100 | 10000 | 101110 | 101100 |
Color Harmonies of #A4583D
Complementary color
Monochromatic Colors of #A4583D
Black with #A4583D
Text Example
Text Example
White with #A4583D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4583D; }
p { color: rgb(164,88,61); }
H1.HeaderClassName
{
color: #A4583D;
}
.AnyTagClassName
{
color: #A4583D;
}
</style>
background-color css
<style>
a { background-color: #A4583D; }
a { background-color: rgb(164,88,61); }
div.DivClassName
{
background-color: #A4583D;
}
.BgClassName
{
background-color: #A4583D;
}
</style>
border-color css
<style>
span { border-color: #A4583D; }
span { border-color: rgb(164,88,61); }
td.TdClassName
{
border-color: #A4583D;
}
.TagClassName
{
border-color: #A4583D;
}
</style>