#A52320

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

Shades of Brown #A52320

Tints of Brown #A52320

Color information

#A52320 (or 0xA52320) is unknown color: approx Brown. HEX triplet: A5, 23 and 20. RGB value is (165,35,32). Sum of RGB (Red+Green+Blue) = 165+35+32=232 (30% of max value = 765). Red value is 165 (64.84% from 255 or 71.12% from 232); Green value is 35 (14.06% from 255 or 15.09% from 232); Blue value is 32 (12.89% from 255 or 13.79% from 232); Max value from RGB is 165 - color contains mainly: red. Hex color #A52320 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A52320 is #5ADCDF. Grayscale: #494949. Windows color (decimal): -5954784 or 2106277. OLE color: 2106277.

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

Color convert

RGB1653532-
CMYK00.790.810.35
HSL1.35º67.51%38.63%-
HSV(B)1.35º80.61%64.71%-
XYZ16.389.312.3-
YUV73.53104.57193.24-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 71.12%
GREEN value IS 35 (14.06% from 255) = 15.09%
BLUE value IS 32 (12.89% from 255) = 13.79%
R=71.12%
G=15.09%
B=13.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.81
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165353200.790.810.351.3567.5138.63
HexA5232004F512314427
Octal2454340011712143110447
Binary1010010110001110000001001111101000110001111000100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A52320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A52320; }

 p { color: rgb(165,35,32); }

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

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

 a { background-color: rgb(165,35,32); }

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

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

 span { border-color: rgb(165,35,32); }

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