#A23522

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

Shades of Brown #A23522

Tints of Brown #A23522

Color information

#A23522 (or 0xA23522) is unknown color: approx Brown. HEX triplet: A2, 35 and 22. RGB value is (162,53,34). Sum of RGB (Red+Green+Blue) = 162+53+34=249 (32% of max value = 765). Red value is 162 (63.67% from 255 or 65.06% from 249); Green value is 53 (21.09% from 255 or 21.29% from 249); Blue value is 34 (13.67% from 255 or 13.65% from 249); Max value from RGB is 162 - color contains mainly: red. Hex color #A23522 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23522 is #5DCADD. Grayscale: #535353. Windows color (decimal): -6146782 or 2241954. OLE color: 2241954.

HSL color Cylindrical-coordinate representation of color #A23522: hue angle of 8.91º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A23522 is Cyan = 0, Magento = 0.67, Yellow = 0.79 and Black (K on CMYK) = 0.36.

Color convert

RGB1625334-
CMYK00.670.790.36
HSL8.91º65.31%38.43%-
HSV(B)8.91º79.01%63.53%-
XYZ16.4610.342.64-
YUV83.42100.11184.04-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 65.06%
GREEN value IS 53 (21.09% from 255) = 21.29%
BLUE value IS 34 (13.67% from 255) = 13.65%
R=65.06%
G=21.29%
B=13.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.79
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162533400.670.790.368.9165.3138.43
HexA235220434F2494126
Octal24265420103117441110146
Binary1010001011010110001001000011100111110010010011000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23522; }

 p { color: rgb(162,53,34); }

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

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

 a { background-color: rgb(162,53,34); }

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

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

 span { border-color: rgb(162,53,34); }

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