#A53526

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

Shades of Brown #A53526

Tints of Brown #A53526

Color information

#A53526 (or 0xA53526) is unknown color: approx Brown. HEX triplet: A5, 35 and 26. RGB value is (165,53,38). Sum of RGB (Red+Green+Blue) = 165+53+38=256 (33% of max value = 765). Red value is 165 (64.84% from 255 or 64.45% from 256); Green value is 53 (21.09% from 255 or 20.70% from 256); Blue value is 38 (15.23% from 255 or 14.84% from 256); Max value from RGB is 165 - color contains mainly: red. Hex color #A53526 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53526 is #5ACAD9. Grayscale: #545454. Windows color (decimal): -5950170 or 2504101. OLE color: 2504101.

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

Color convert

RGB1655338-
CMYK00.680.770.35
HSL7.09º62.56%39.8%-
HSV(B)7.09º76.97%64.71%-
XYZ17.1410.692.99-
YUV84.78101.61185.22-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 64.45%
GREEN value IS 53 (21.09% from 255) = 20.70%
BLUE value IS 38 (15.23% from 255) = 14.84%
R=64.45%
G=20.70%
B=14.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.77
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165533800.680.770.357.0962.5639.8
HexA535260444D2373f28
Octal245654601041154377750
Binary10100101110101100110010001001001101100011111111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53526; }

 p { color: rgb(165,53,38); }

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

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

 a { background-color: rgb(165,53,38); }

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

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

 span { border-color: rgb(165,53,38); }

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