#A05741

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

Shades of Sepia #A05741

Tints of Sepia #A05741

Color information

#A05741 (or 0xA05741) is unknown color: approx Sepia. HEX triplet: A0, 57 and 41. RGB value is (160,87,65). Sum of RGB (Red+Green+Blue) = 160+87+65=312 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.28% from 312); Green value is 87 (34.38% from 255 or 27.88% from 312); Blue value is 65 (25.78% from 255 or 20.83% from 312); Max value from RGB is 160 - color contains mainly: red. Hex color #A05741 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05741 is #5FA8BE. Grayscale: #6A6A6A. Windows color (decimal): -6269119 or 4282272. OLE color: 4282272.

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

Color convert

RGB1608765-
CMYK00.460.590.37
HSL13.89º42.22%44.12%-
HSV(B)13.89º59.38%62.75%-
XYZ18.8614.676.84-
YUV106.32104.68166.29-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 51.28%
GREEN value IS 87 (34.38% from 255) = 27.88%
BLUE value IS 65 (25.78% from 255) = 20.83%
R=51.28%
G=27.88%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.59
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160876500.460.590.3713.8942.2244.12
HexA0574102E3B25e2a2c
Octal2401271010567345165254
Binary101000001010111100000101011101110111001011110101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05741; }

 p { color: rgb(160,87,65); }

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

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

 a { background-color: rgb(160,87,65); }

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

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

 span { border-color: rgb(160,87,65); }

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