#A55C3F

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

Shades of Sepia #A55C3F

Tints of Sepia #A55C3F

Color information

#A55C3F (or 0xA55C3F) is unknown color: approx Sepia. HEX triplet: A5, 5C and 3F. RGB value is (165,92,63). Sum of RGB (Red+Green+Blue) = 165+92+63=320 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.56% from 320); Green value is 92 (36.33% from 255 or 28.75% from 320); Blue value is 63 (25% from 255 or 19.69% from 320); Max value from RGB is 165 - color contains mainly: red. Hex color #A55C3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55C3F is #5AA3C0. Grayscale: #6E6E6E. Windows color (decimal): -5940161 or 4152485. OLE color: 4152485.

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

Color convert

RGB1659263-
CMYK00.440.620.35
HSL17.06º44.74%44.71%-
HSV(B)17.06º61.82%64.71%-
XYZ20.2416.016.73-
YUV110.52101.18166.86-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 51.56%
GREEN value IS 92 (36.33% from 255) = 28.75%
BLUE value IS 63 (25% from 255) = 19.69%
R=51.56%
G=28.75%
B=19.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.62
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165926300.440.620.3517.0644.7444.71
HexA55C3F02C3E23112d2d
Octal245134770547643215555
Binary101001011011100111111010110011111010001110001101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55C3F; }

 p { color: rgb(165,92,63); }

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

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

 a { background-color: rgb(165,92,63); }

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

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

 span { border-color: rgb(165,92,63); }

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