#A15E47

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

Shades of Sepia #A15E47

Tints of Sepia #A15E47

Color information

#A15E47 (or 0xA15E47) is unknown color: approx Sepia. HEX triplet: A1, 5E and 47. RGB value is (161,94,71). Sum of RGB (Red+Green+Blue) = 161+94+71=326 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.39% from 326); Green value is 94 (37.11% from 255 or 28.83% from 326); Blue value is 71 (28.12% from 255 or 21.78% from 326); Max value from RGB is 161 - color contains mainly: red. Hex color #A15E47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15E47 is #5EA1B8. Grayscale: #6F6F6F. Windows color (decimal): -6201785 or 4677281. OLE color: 4677281.

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

Color convert

RGB1619471-
CMYK00.420.560.37
HSL15.33º38.79%45.49%-
HSV(B)15.33º55.9%63.14%-
XYZ19.8416.048.01-
YUV111.41105.2163.37-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 49.39%
GREEN value IS 94 (37.11% from 255) = 28.83%
BLUE value IS 71 (28.12% from 255) = 21.78%
R=49.39%
G=28.83%
B=21.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.56
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161947100.420.560.3715.3338.7945.49
HexA15E4702A3825f272d
Octal2411361070527045174755
Binary101000011011110100011101010101110001001011111100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15E47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15E47; }

 p { color: rgb(161,94,71); }

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

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

 a { background-color: rgb(161,94,71); }

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

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

 span { border-color: rgb(161,94,71); }

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