#A15941

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

Shades of Sepia #A15941

Tints of Sepia #A15941

Color information

#A15941 (or 0xA15941) is unknown color: approx Sepia. HEX triplet: A1, 59 and 41. RGB value is (161,89,65). Sum of RGB (Red+Green+Blue) = 161+89+65=315 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.11% from 315); Green value is 89 (35.16% from 255 or 28.25% from 315); Blue value is 65 (25.78% from 255 or 20.63% from 315); Max value from RGB is 161 - color contains mainly: red. Hex color #A15941 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15941 is #5EA6BE. Grayscale: #6B6B6B. Windows color (decimal): -6203071 or 4282785. OLE color: 4282785.

HSL color Cylindrical-coordinate representation of color #A15941: hue angle of 15º degrees, saturation: 0.42, 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 #A15941 is Cyan = 0, Magento = 0.45, Yellow = 0.60 and Black (K on CMYK) = 0.37.

Color convert

RGB1618965-
CMYK00.450.600.37
HSL15º42.48%44.31%-
HSV(B)15º59.63%63.14%-
XYZ19.2215.16.9-
YUV107.79103.85165.95-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 51.11%
GREEN value IS 89 (35.16% from 255) = 28.25%
BLUE value IS 65 (25.78% from 255) = 20.63%
R=51.11%
G=28.25%
B=20.63%

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
Decimal161896500.450.600.371542.4844.31
HexA1594102D3C25f2a2c
Octal2411311010557445175254
Binary101000011011001100000101011011111001001011111101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15941; }

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

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

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

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

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

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

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

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