#A53325

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

Shades of Brown #A53325

Tints of Brown #A53325

Color information

#A53325 (or 0xA53325) is unknown color: approx Brown. HEX triplet: A5, 33 and 25. RGB value is (165,51,37). Sum of RGB (Red+Green+Blue) = 165+51+37=253 (33% of max value = 765). Red value is 165 (64.84% from 255 or 65.22% from 253); Green value is 51 (20.31% from 255 or 20.16% from 253); Blue value is 37 (14.84% from 255 or 14.62% from 253); Max value from RGB is 165 - color contains mainly: red. Hex color #A53325 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53325 is #5ACCDA. Grayscale: #535353. Windows color (decimal): -5950683 or 2438053. OLE color: 2438053.

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

Color convert

RGB1655137-
CMYK00.690.780.35
HSL6.56º63.37%39.61%-
HSV(B)6.56º77.58%64.71%-
XYZ17.0310.52.88-
YUV83.49101.77186.14-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 65.22%
GREEN value IS 51 (20.31% from 255) = 20.16%
BLUE value IS 37 (14.84% from 255) = 14.62%
R=65.22%
G=20.16%
B=14.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.78
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165513700.690.780.356.5663.3739.61
HexA533250454E2373f28
Octal245634501051164377750
Binary10100101110011100101010001011001110100011111111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53325; }

 p { color: rgb(165,51,37); }

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

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

 a { background-color: rgb(165,51,37); }

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

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

 span { border-color: rgb(165,51,37); }

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