#A32521

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

Shades of Brown #A32521

Tints of Brown #A32521

Color information

#A32521 (or 0xA32521) is unknown color: approx Brown. HEX triplet: A3, 25 and 21. RGB value is (163,37,33). Sum of RGB (Red+Green+Blue) = 163+37+33=233 (30% of max value = 765). Red value is 163 (64.06% from 255 or 69.96% from 233); Green value is 37 (14.84% from 255 or 15.88% from 233); Blue value is 33 (13.28% from 255 or 14.16% from 233); Max value from RGB is 163 - color contains mainly: red. Hex color #A32521 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32521 is #5CDADE. Grayscale: #4A4A4A. Windows color (decimal): -6085343 or 2172323. OLE color: 2172323.

HSL color Cylindrical-coordinate representation of color #A32521: hue angle of 1.85º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A32521 is Cyan = 0, Magento = 0.77, Yellow = 0.80 and Black (K on CMYK) = 0.36.

Color convert

RGB1633733-
CMYK00.770.800.36
HSL1.85º66.33%38.43%-
HSV(B)1.85º79.75%63.92%-
XYZ16.049.222.37-
YUV74.22104.74191.33-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 69.96%
GREEN value IS 37 (14.84% from 255) = 15.88%
BLUE value IS 33 (13.28% from 255) = 14.16%
R=69.96%
G=15.88%
B=14.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.80
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163373300.770.800.361.8566.3338.43
HexA3252104D502424226
Octal2434541011512044210246
Binary10100011100101100001010011011010000100100101000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A32521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A32521; }

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

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

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

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

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

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

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

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