#A25D41

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

Shades of Sepia #A25D41

Tints of Sepia #A25D41

Color information

#A25D41 (or 0xA25D41) is unknown color: approx Sepia. HEX triplet: A2, 5D and 41. RGB value is (162,93,65). Sum of RGB (Red+Green+Blue) = 162+93+65=320 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.62% from 320); Green value is 93 (36.72% from 255 or 29.06% from 320); Blue value is 65 (25.78% from 255 or 20.31% from 320); Max value from RGB is 162 - color contains mainly: red. Hex color #A25D41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25D41 is #5DA2BE. Grayscale: #6E6E6E. Windows color (decimal): -6136511 or 4283810. OLE color: 4283810.

HSL color Cylindrical-coordinate representation of color #A25D41: hue angle of 17.32º 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 #A25D41 is Cyan = 0, Magento = 0.43, Yellow = 0.60 and Black (K on CMYK) = 0.36.

Color convert

RGB1629365-
CMYK00.430.600.36
HSL17.32º42.73%44.51%-
HSV(B)17.32º59.88%63.53%-
XYZ19.7715.897.03-
YUV110.44102.36164.78-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 50.62%
GREEN value IS 93 (36.72% from 255) = 29.06%
BLUE value IS 65 (25.78% from 255) = 20.31%
R=50.62%
G=29.06%
B=20.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.60
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162936500.430.600.3617.3242.7344.51
HexA25D4102B3C24112b2d
Octal2421351010537444215355
Binary1010001010111011000001010101111110010010010001101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25D41; }

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

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

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

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

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

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

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

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