#A05839

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

Shades of Sepia #A05839

Tints of Sepia #A05839

Color information

#A05839 (or 0xA05839) is unknown color: approx Sepia. HEX triplet: A0, 58 and 39. RGB value is (160,88,57). Sum of RGB (Red+Green+Blue) = 160+88+57=305 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.46% from 305); Green value is 88 (34.77% from 255 or 28.85% from 305); Blue value is 57 (22.66% from 255 or 18.69% from 305); Max value from RGB is 160 - color contains mainly: red. Hex color #A05839 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05839 is #5FA7C6. Grayscale: #6A6A6A. Windows color (decimal): -6268871 or 3758240. OLE color: 3758240.

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

Color convert

RGB1608857-
CMYK00.450.640.37
HSL18.06º47.47%42.55%-
HSV(B)18.06º64.38%62.75%-
XYZ18.7314.755.73-
YUV105.99100.35166.52-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 52.46%
GREEN value IS 88 (34.77% from 255) = 28.85%
BLUE value IS 57 (22.66% from 255) = 18.69%
R=52.46%
G=28.85%
B=18.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.64
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160885700.450.640.3718.0647.4742.55
HexA0583902D4025122f2b
Octal2401307105510045225753
Binary1010000010110001110010101101100000010010110010101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05839

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05839; }

 p { color: rgb(160,88,57); }

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

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

 a { background-color: rgb(160,88,57); }

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

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

 span { border-color: rgb(160,88,57); }

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