Shades of Sepia #A45D40
Tints of Sepia #A45D40
RGB
CMYK
RGB Variations
Color information
#A45D40 (or 0xA45D40) is known color: Sepia. HEX triplet: A4, 5D and 40. RGB value is (164,93,64). Sum of RGB (Red+Green+Blue) = 164+93+64=321 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.09% from 321); Green value is 93 (36.72% from 255 or 28.97% from 321); Blue value is 64 (25.39% from 255 or 19.94% from 321); Max value from RGB is 164 - color contains mainly: red. Hex color #A45D40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45D40 is #5BA2BF. Grayscale: #6F6F6F. Windows color (decimal): -6005440 or 4218276. OLE color: 4218276.
HSL color Cylindrical-coordinate representation of color #A45D40: hue angle of 17.4º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A45D40 is Cyan = 0, Magento = 0.43, Yellow = 0.61 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 93 | 64 | - |
| CMYK | 0 | 0.43 | 0.61 | 0.36 |
| HSL | 17.4º | 0.44% | 0.45% | - |
| HSV(B) | 17.4º | 0.61% | 0.64% | - |
| XYZ | 20.15 | 16.09 | 6.89 | - |
| YUV | 110.92 | 101.52 | 165.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 93 | 64 | 0 | 0.43 | 0.61 | 0.36 | 17.4 | 0.44 | 0.45 |
| Hex | A4 | 5D | 40 | 0 | 2B | 3D | 24 | 11 | 2C | 2D |
| Octal | 244 | 135 | 100 | 0 | 53 | 75 | 44 | 21 | 54 | 55 |
| Binary | 10100100 | 1011101 | 1000000 | 0 | 101011 | 111101 | 100100 | 10001 | 101100 | 101101 |
Color Harmonies of #A45D40
Complementary color
Monochromatic Colors of #A45D40
Black with #A45D40
Text Example
Text Example
White with #A45D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45D40; }
p { color: rgb(164,93,64); }
H1.HeaderClassName
{
color: #A45D40;
}
.AnyTagClassName
{
color: #A45D40;
}
</style>
background-color css
<style>
a { background-color: #A45D40; }
a { background-color: rgb(164,93,64); }
div.DivClassName
{
background-color: #A45D40;
}
.BgClassName
{
background-color: #A45D40;
}
</style>
border-color css
<style>
span { border-color: #A45D40; }
span { border-color: rgb(164,93,64); }
td.TdClassName
{
border-color: #A45D40;
}
.TagClassName
{
border-color: #A45D40;
}
</style>