#A53129

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

Shades of Brown #A53129

Tints of Brown #A53129

Color information

#A53129 (or 0xA53129) is unknown color: approx Brown. HEX triplet: A5, 31 and 29. RGB value is (165,49,41). Sum of RGB (Red+Green+Blue) = 165+49+41=255 (33% of max value = 765). Red value is 165 (64.84% from 255 or 64.71% from 255); Green value is 49 (19.53% from 255 or 19.22% from 255); Blue value is 41 (16.41% from 255 or 16.08% from 255); Max value from RGB is 165 - color contains mainly: red. Hex color #A53129 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53129 is #5ACED6. Grayscale: #525252. Windows color (decimal): -5951191 or 2699685. OLE color: 2699685.

HSL color Cylindrical-coordinate representation of color #A53129: hue angle of 3.87º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A53129 is Cyan = 0, Magento = 0.70, Yellow = 0.75 and Black (K on CMYK) = 0.35.

Color convert

RGB1654941-
CMYK00.700.750.35
HSL3.87º60.19%40.39%-
HSV(B)3.87º75.15%64.71%-
XYZ17.0210.363.2-
YUV82.77104.43186.65-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 64.71%
GREEN value IS 49 (19.53% from 255) = 19.22%
BLUE value IS 41 (16.41% from 255) = 16.08%
R=64.71%
G=19.22%
B=16.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.75
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165494100.700.750.353.8760.1940.39
HexA531290464B2343c28
Octal245615101061134347450
Binary10100101110001101001010001101001011100011100111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53129; }

 p { color: rgb(165,49,41); }

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

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

 a { background-color: rgb(165,49,41); }

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

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

 span { border-color: rgb(165,49,41); }

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