#A15D3E

Color #A15D3E Sepia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sepia #A15D3E

Tints of Sepia #A15D3E

Color information

#A15D3E (or 0xA15D3E) is unknown color: approx Sepia. HEX triplet: A1, 5D and 3E. RGB value is (161,93,62). Sum of RGB (Red+Green+Blue) = 161+93+62=316 (41% of max value = 765). Red value is 161 (63.28% from 255 or 50.95% from 316); Green value is 93 (36.72% from 255 or 29.43% from 316); Blue value is 62 (24.61% from 255 or 19.62% from 316); Max value from RGB is 161 - color contains mainly: red. Hex color #A15D3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15D3E is #5EA2C1. Grayscale: #6D6D6D. Windows color (decimal): -6202050 or 4087201. OLE color: 4087201.

HSL color Cylindrical-coordinate representation of color #A15D3E: hue angle of 18.79º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A15D3E is Cyan = 0, Magento = 0.42, Yellow = 0.61 and Black (K on CMYK) = 0.37.

Color convert

RGB1619362-
CMYK00.420.610.37
HSL18.79º44.39%43.73%-
HSV(B)18.79º61.49%63.14%-
XYZ19.4815.756.57-
YUV109.8101.03164.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 161 (63.28% from 255) = 50.95%
GREEN value IS 93 (36.72% from 255) = 29.43%
BLUE value IS 62 (24.61% from 255) = 19.62%
R=50.95%
G=29.43%
B=19.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.61
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161936200.420.610.3718.7944.3943.73
HexA15D3E02A3D25132c2c
Octal241135760527545235454
Binary101000011011101111110010101011110110010110011101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15D3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15D3E; }

 p { color: rgb(161,93,62); }

 H1.HeaderClassName
 {
   color: #A15D3E;
 }
 .AnyTagClassName
 {
   color: #A15D3E;
 }
</style>
background-color css

<style>
 a { background-color: #A15D3E; }

 a { background-color: rgb(161,93,62); }

 div.DivClassName
 {
   background-color: #A15D3E;
 }
 .BgClassName
 {
   background-color: #A15D3E;
 }
</style>
border-color css

<style>
 span { border-color: #A15D3E; }

 span { border-color: rgb(161,93,62); }

 td.TdClassName
 {
   border-color: #A15D3E;
 }
 .TagClassName
 {
   border-color: #A15D3E;
 }
</style>