#a55b3d

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

Shades of Sepia #A55B3D

Tints of Sepia #A55B3D

Color information

#A55B3D (or 0xA55B3D) is unknown color: approx Sepia. HEX triplet: A5, 5B and 3D. RGB value is (165,91,61). Sum of RGB (Red+Green+Blue) = 165+91+61=317 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.05% from 317); Green value is 91 (35.94% from 255 or 28.71% from 317); Blue value is 61 (24.22% from 255 or 19.24% from 317); Max value from RGB is 165 - color contains mainly: red. Hex color #A55B3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55B3D is #5AA4C2. Grayscale: #6D6D6D. Windows color (decimal): -5940419 or 4021157. OLE color: 4021157.

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

Color convert

RGB1659161-
CMYK00.450.630.35
HSL17.31º46.02%44.31%-
HSV(B)17.31º63.03%64.71%-
XYZ20.115.826.41-
YUV109.71100.52167.44-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 52.05%
GREEN value IS 91 (35.94% from 255) = 28.71%
BLUE value IS 61 (24.22% from 255) = 19.24%
R=52.05%
G=28.71%
B=19.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.63
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165916100.450.630.3517.3146.0244.31
HexA55B3D02D3F23112e2c
Octal245133750557743215654
Binary101001011011011111101010110111111110001110001101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a55b3d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a55b3d; }

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

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

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

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

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

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

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

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