#A25941

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

Shades of Sepia #A25941

Tints of Sepia #A25941

Color information

#A25941 (or 0xA25941) is unknown color: approx Sepia. HEX triplet: A2, 59 and 41. RGB value is (162,89,65). Sum of RGB (Red+Green+Blue) = 162+89+65=316 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.27% from 316); Green value is 89 (35.16% from 255 or 28.16% from 316); Blue value is 65 (25.78% from 255 or 20.57% from 316); Max value from RGB is 162 - color contains mainly: red. Hex color #A25941 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25941 is #5DA6BE. Grayscale: #6C6C6C. Windows color (decimal): -6137535 or 4282786. OLE color: 4282786.

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

Color convert

RGB1628965-
CMYK00.450.600.36
HSL14.85º42.73%44.51%-
HSV(B)14.85º59.88%63.53%-
XYZ19.4315.216.91-
YUV108.09103.68166.45-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 51.27%
GREEN value IS 89 (35.16% from 255) = 28.16%
BLUE value IS 65 (25.78% from 255) = 20.57%
R=51.27%
G=28.16%
B=20.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.60
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162896500.450.600.3614.8542.7344.51
HexA2594102D3C24f2b2d
Octal2421311010557444175355
Binary101000101011001100000101011011111001001001111101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25941; }

 p { color: rgb(162,89,65); }

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

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

 a { background-color: rgb(162,89,65); }

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

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

 span { border-color: rgb(162,89,65); }

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