#A15C41

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

Shades of Sepia #A15C41

Tints of Sepia #A15C41

Color information

#A15C41 (or 0xA15C41) is unknown color: approx Sepia. HEX triplet: A1, 5C and 41. RGB value is (161,92,65). Sum of RGB (Red+Green+Blue) = 161+92+65=318 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.63% from 318); Green value is 92 (36.33% from 255 or 28.93% from 318); Blue value is 65 (25.78% from 255 or 20.44% from 318); Max value from RGB is 161 - color contains mainly: red. Hex color #A15C41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15C41 is #5EA3BE. Grayscale: #6D6D6D. Windows color (decimal): -6202303 or 4283553. OLE color: 4283553.

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

Color convert

RGB1619265-
CMYK00.430.600.37
HSL16.88º42.48%44.31%-
HSV(B)16.88º59.63%63.14%-
XYZ19.4815.616.99-
YUV109.55102.86164.7-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 50.63%
GREEN value IS 92 (36.33% from 255) = 28.93%
BLUE value IS 65 (25.78% from 255) = 20.44%
R=50.63%
G=28.93%
B=20.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.60
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161926500.430.600.3716.8842.4844.31
HexA15C4102B3C25112a2c
Octal2411341010537445215254
Binary1010000110111001000001010101111110010010110001101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15C41; }

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

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

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

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

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

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

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

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