#A15C47

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

Shades of Sepia #A15C47

Tints of Sepia #A15C47

Color information

#A15C47 (or 0xA15C47) is unknown color: approx Sepia. HEX triplet: A1, 5C and 47. RGB value is (161,92,71). Sum of RGB (Red+Green+Blue) = 161+92+71=324 (42% of max value = 765). Red value is 161 (63.28% from 255 or 49.69% from 324); Green value is 92 (36.33% from 255 or 28.40% from 324); Blue value is 71 (28.12% from 255 or 21.91% from 324); Max value from RGB is 161 - color contains mainly: red. Hex color #A15C47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15C47 is #5EA3B8. Grayscale: #6E6E6E. Windows color (decimal): -6202297 or 4676769. OLE color: 4676769.

HSL color Cylindrical-coordinate representation of color #A15C47: hue angle of 14º 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 #A15C47 is Cyan = 0, Magento = 0.43, Yellow = 0.56 and Black (K on CMYK) = 0.37.

Color convert

RGB1619271-
CMYK00.430.560.37
HSL14º38.79%45.49%-
HSV(B)14º55.9%63.14%-
XYZ19.6615.697.95-
YUV110.24105.86164.21-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 49.69%
GREEN value IS 92 (36.33% from 255) = 28.40%
BLUE value IS 71 (28.12% from 255) = 21.91%
R=49.69%
G=28.40%
B=21.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.56
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161927100.430.560.371438.7945.49
HexA15C4702B3825e272d
Octal2411341070537045164755
Binary101000011011100100011101010111110001001011110100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15C47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15C47; }

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

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

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

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

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

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

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

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