#A15940

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

Shades of Sepia #A15940

Tints of Sepia #A15940

Color information

#A15940 (or 0xA15940) is unknown color: approx Sepia. HEX triplet: A1, 59 and 40. RGB value is (161,89,64). Sum of RGB (Red+Green+Blue) = 161+89+64=314 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.27% from 314); Green value is 89 (35.16% from 255 or 28.34% from 314); Blue value is 64 (25.39% from 255 or 20.38% from 314); Max value from RGB is 161 - color contains mainly: red. Hex color #A15940 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15940 is #5EA6BF. Grayscale: #6B6B6B. Windows color (decimal): -6203072 or 4217249. OLE color: 4217249.

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

Color convert

RGB1618964-
CMYK00.450.600.37
HSL15.46º43.11%44.12%-
HSV(B)15.46º60.25%63.14%-
XYZ19.215.096.75-
YUV107.68103.35166.03-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 51.27%
GREEN value IS 89 (35.16% from 255) = 28.34%
BLUE value IS 64 (25.39% from 255) = 20.38%
R=51.27%
G=28.34%
B=20.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.60
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161896400.450.600.3715.4643.1144.12
HexA1594002D3C25f2b2c
Octal2411311000557445175354
Binary101000011011001100000001011011111001001011111101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15940; }

 p { color: rgb(161,89,64); }

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

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

 a { background-color: rgb(161,89,64); }

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

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

 span { border-color: rgb(161,89,64); }

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