#A55D45

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

Shades of Sepia #A55D45

Tints of Sepia #A55D45

Color information

#A55D45 (or 0xA55D45) is unknown color: approx Sepia. HEX triplet: A5, 5D and 45. RGB value is (165,93,69). Sum of RGB (Red+Green+Blue) = 165+93+69=327 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.46% from 327); Green value is 93 (36.72% from 255 or 28.44% from 327); Blue value is 69 (27.34% from 255 or 21.10% from 327); Max value from RGB is 165 - color contains mainly: red. Hex color #A55D45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55D45 is #5AA2BA. Grayscale: #6F6F6F. Windows color (decimal): -5939899 or 4545957. OLE color: 4545957.

HSL color Cylindrical-coordinate representation of color #A55D45: hue angle of 15º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A55D45 is Cyan = 0, Magento = 0.44, Yellow = 0.58 and Black (K on CMYK) = 0.35.

Color convert

RGB1659369-
CMYK00.440.580.35
HSL15º41.03%45.88%-
HSV(B)15º58.18%64.71%-
XYZ20.5116.267.69-
YUV111.79103.85165.95-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 50.46%
GREEN value IS 93 (36.72% from 255) = 28.44%
BLUE value IS 69 (27.34% from 255) = 21.10%
R=50.46%
G=28.44%
B=21.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.58
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165936900.440.580.351541.0345.88
HexA55D4502C3A23f292e
Octal2451351050547243175156
Binary101001011011101100010101011001110101000111111101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55D45; }

 p { color: rgb(165,93,69); }

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

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

 a { background-color: rgb(165,93,69); }

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

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

 span { border-color: rgb(165,93,69); }

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