#A32721

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

Shades of Brown #A32721

Tints of Brown #A32721

Color information

#A32721 (or 0xA32721) is unknown color: approx Brown. HEX triplet: A3, 27 and 21. RGB value is (163,39,33). Sum of RGB (Red+Green+Blue) = 163+39+33=235 (31% of max value = 765). Red value is 163 (64.06% from 255 or 69.36% from 235); Green value is 39 (15.62% from 255 or 16.60% from 235); Blue value is 33 (13.28% from 255 or 14.04% from 235); Max value from RGB is 163 - color contains mainly: red. Hex color #A32721 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32721 is #5CD8DE. Grayscale: #4B4B4B. Windows color (decimal): -6084831 or 2172835. OLE color: 2172835.

HSL color Cylindrical-coordinate representation of color #A32721: hue angle of 2.77º 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 #A32721 is Cyan = 0, Magento = 0.76, Yellow = 0.80 and Black (K on CMYK) = 0.36.

Color convert

RGB1633933-
CMYK00.760.800.36
HSL2.77º66.33%38.43%-
HSV(B)2.77º79.75%63.92%-
XYZ16.19.352.39-
YUV75.39104.08190.49-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 69.36%
GREEN value IS 39 (15.62% from 255) = 16.60%
BLUE value IS 33 (13.28% from 255) = 14.04%
R=69.36%
G=16.60%
B=14.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.80
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163393300.760.800.362.7766.3338.43
HexA3272104C502434226
Octal2434741011412044310246
Binary10100011100111100001010011001010000100100111000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A32721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A32721; }

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

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

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

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

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

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

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

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