#A32522

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

Shades of Brown #A32522

Tints of Brown #A32522

Color information

#A32522 (or 0xA32522) is unknown color: approx Brown. HEX triplet: A3, 25 and 22. RGB value is (163,37,34). Sum of RGB (Red+Green+Blue) = 163+37+34=234 (30% of max value = 765). Red value is 163 (64.06% from 255 or 69.66% from 234); Green value is 37 (14.84% from 255 or 15.81% from 234); Blue value is 34 (13.67% from 255 or 14.53% from 234); Max value from RGB is 163 - color contains mainly: red. Hex color #A32522 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32522 is #5CDADD. Grayscale: #4A4A4A. Windows color (decimal): -6085342 or 2237859. OLE color: 2237859.

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

Color convert

RGB1633734-
CMYK00.770.790.36
HSL1.4º65.48%38.63%-
HSV(B)1.4º79.14%63.92%-
XYZ16.059.232.45-
YUV74.33105.24191.24-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 69.66%
GREEN value IS 37 (14.84% from 255) = 15.81%
BLUE value IS 34 (13.67% from 255) = 14.53%
R=69.66%
G=15.81%
B=14.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.79
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163373400.770.790.361.465.4838.63
HexA3252204D4F2414127
Octal2434542011511744110147
Binary1010001110010110001001001101100111110010011000001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A32522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A32522; }

 p { color: rgb(163,37,34); }

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

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

 a { background-color: rgb(163,37,34); }

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

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

 span { border-color: rgb(163,37,34); }

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