#A55C44

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

Shades of Sepia #A55C44

Tints of Sepia #A55C44

Color information

#A55C44 (or 0xA55C44) is unknown color: approx Sepia. HEX triplet: A5, 5C and 44. RGB value is (165,92,68). Sum of RGB (Red+Green+Blue) = 165+92+68=325 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.77% from 325); Green value is 92 (36.33% from 255 or 28.31% from 325); Blue value is 68 (26.95% from 255 or 20.92% from 325); Max value from RGB is 165 - color contains mainly: red. Hex color #A55C44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55C44 is #5AA3BB. Grayscale: #6F6F6F. Windows color (decimal): -5940156 or 4480165. OLE color: 4480165.

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

Color convert

RGB1659268-
CMYK00.440.590.35
HSL14.85º41.63%45.69%-
HSV(B)14.85º58.79%64.71%-
XYZ20.3916.077.5-
YUV111.09103.68166.45-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 50.77%
GREEN value IS 92 (36.33% from 255) = 28.31%
BLUE value IS 68 (26.95% from 255) = 20.92%
R=50.77%
G=28.31%
B=20.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.59
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165926800.440.590.3514.8541.6345.69
HexA55C4402C3B23f2a2e
Octal2451341040547343175256
Binary101001011011100100010001011001110111000111111101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55C44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55C44; }

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

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

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

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

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

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

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

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