#A35940

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

Shades of Sepia #A35940

Tints of Sepia #A35940

Color information

#A35940 (or 0xA35940) is unknown color: approx Sepia. HEX triplet: A3, 59 and 40. RGB value is (163,89,64). Sum of RGB (Red+Green+Blue) = 163+89+64=316 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.58% from 316); Green value is 89 (35.16% from 255 or 28.16% from 316); Blue value is 64 (25.39% from 255 or 20.25% from 316); Max value from RGB is 163 - color contains mainly: red. Hex color #A35940 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35940 is #5CA6BF. Grayscale: #6C6C6C. Windows color (decimal): -6072000 or 4217251. OLE color: 4217251.

HSL color Cylindrical-coordinate representation of color #A35940: hue angle of 15.15º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A35940 is Cyan = 0, Magento = 0.45, Yellow = 0.61 and Black (K on CMYK) = 0.36.

Color convert

RGB1638964-
CMYK00.450.610.36
HSL15.15º43.61%44.51%-
HSV(B)15.15º60.74%63.92%-
XYZ19.615.36.77-
YUV108.28103.02167.03-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 51.58%
GREEN value IS 89 (35.16% from 255) = 28.16%
BLUE value IS 64 (25.39% from 255) = 20.25%
R=51.58%
G=28.16%
B=20.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.61
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163896400.450.610.3615.1543.6144.51
HexA3594002D3D24f2c2d
Octal2431311000557544175455
Binary101000111011001100000001011011111011001001111101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35940; }

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

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

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

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

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

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

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

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