Shades of Sepia #A4583F
Tints of Sepia #A4583F
RGB
CMYK
RGB Variations
Color information
#A4583F (or 0xA4583F) is known color: Sepia. HEX triplet: A4, 58 and 3F. RGB value is (164,88,63). Sum of RGB (Red+Green+Blue) = 164+88+63=315 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.06% from 315); Green value is 88 (34.77% from 255 or 27.94% from 315); Blue value is 63 (25% from 255 or 20% from 315); Max value from RGB is 164 - color contains mainly: red. Hex color #A4583F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4583F is #5BA7C0. Grayscale: #6C6C6C. Windows color (decimal): -6006721 or 4151460. OLE color: 4151460.
HSL color Cylindrical-coordinate representation of color #A4583F: hue angle of 14.85º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A4583F is Cyan = 0, Magento = 0.46, Yellow = 0.62 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 88 | 63 | - |
| CMYK | 0 | 0.46 | 0.62 | 0.36 |
| HSL | 14.85º | 0.44% | 0.45% | - |
| HSV(B) | 14.85º | 0.62% | 0.64% | - |
| XYZ | 19.7 | 15.23 | 6.6 | - |
| YUV | 107.87 | 102.68 | 168.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 88 | 63 | 0 | 0.46 | 0.62 | 0.36 | 14.85 | 0.44 | 0.45 |
| Hex | A4 | 58 | 3F | 0 | 2E | 3E | 24 | F | 2C | 2D |
| Octal | 244 | 130 | 77 | 0 | 56 | 76 | 44 | 17 | 54 | 55 |
| Binary | 10100100 | 1011000 | 111111 | 0 | 101110 | 111110 | 100100 | 1111 | 101100 | 101101 |
Color Harmonies of #A4583F
Complementary color
Monochromatic Colors of #A4583F
Black with #A4583F
Text Example
Text Example
White with #A4583F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4583F; }
p { color: rgb(164,88,63); }
H1.HeaderClassName
{
color: #A4583F;
}
.AnyTagClassName
{
color: #A4583F;
}
</style>
background-color css
<style>
a { background-color: #A4583F; }
a { background-color: rgb(164,88,63); }
div.DivClassName
{
background-color: #A4583F;
}
.BgClassName
{
background-color: #A4583F;
}
</style>
border-color css
<style>
span { border-color: #A4583F; }
span { border-color: rgb(164,88,63); }
td.TdClassName
{
border-color: #A4583F;
}
.TagClassName
{
border-color: #A4583F;
}
</style>