#A15C3D

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

Shades of Sepia #A15C3D

Tints of Sepia #A15C3D

Color information

#A15C3D (or 0xA15C3D) is unknown color: approx Sepia. HEX triplet: A1, 5C and 3D. RGB value is (161,92,61). Sum of RGB (Red+Green+Blue) = 161+92+61=314 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.27% from 314); Green value is 92 (36.33% from 255 or 29.30% from 314); Blue value is 61 (24.22% from 255 or 19.43% from 314); Max value from RGB is 161 - color contains mainly: red. Hex color #A15C3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15C3D is #5EA3C2. Grayscale: #6D6D6D. Windows color (decimal): -6202307 or 4021409. OLE color: 4021409.

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

Color convert

RGB1619261-
CMYK00.430.620.37
HSL18.6º45.05%43.53%-
HSV(B)18.6º62.11%63.14%-
XYZ19.3715.576.4-
YUV109.1100.86165.02-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 51.27%
GREEN value IS 92 (36.33% from 255) = 29.30%
BLUE value IS 61 (24.22% from 255) = 19.43%
R=51.27%
G=29.30%
B=19.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.62
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161926100.430.620.3718.645.0543.53
HexA15C3D02B3E25132d2c
Octal241134750537645235554
Binary101000011011100111101010101111111010010110011101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15C3D; }

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

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

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

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

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

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

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

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