#A25B3D

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

Shades of Sepia #A25B3D

Tints of Sepia #A25B3D

Color information

#A25B3D (or 0xA25B3D) is unknown color: approx Sepia. HEX triplet: A2, 5B and 3D. RGB value is (162,91,61). Sum of RGB (Red+Green+Blue) = 162+91+61=314 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.59% from 314); Green value is 91 (35.94% from 255 or 28.98% from 314); Blue value is 61 (24.22% from 255 or 19.43% from 314); Max value from RGB is 162 - color contains mainly: red. Hex color #A25B3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25B3D is #5DA4C2. Grayscale: #6C6C6C. Windows color (decimal): -6137027 or 4021154. OLE color: 4021154.

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

Color convert

RGB1629161-
CMYK00.440.620.36
HSL17.82º45.29%43.73%-
HSV(B)17.82º62.35%63.53%-
XYZ19.4815.56.38-
YUV108.81101.02165.94-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 51.59%
GREEN value IS 91 (35.94% from 255) = 28.98%
BLUE value IS 61 (24.22% from 255) = 19.43%
R=51.59%
G=28.98%
B=19.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.62
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162916100.440.620.3617.8245.2943.73
HexA25B3D02C3E24122d2c
Octal242133750547644225554
Binary101000101011011111101010110011111010010010010101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25B3D; }

 p { color: rgb(162,91,61); }

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

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

 a { background-color: rgb(162,91,61); }

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

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

 span { border-color: rgb(162,91,61); }

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