#a3321c

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

Shades of Brown #A3321C

Tints of Brown #A3321C

Color information

#A3321C (or 0xA3321C) is unknown color: approx Brown. HEX triplet: A3, 32 and 1C. RGB value is (163,50,28). Sum of RGB (Red+Green+Blue) = 163+50+28=241 (31% of max value = 765). Red value is 163 (64.06% from 255 or 67.63% from 241); Green value is 50 (19.92% from 255 or 20.75% from 241); Blue value is 28 (11.33% from 255 or 11.62% from 241); Max value from RGB is 163 - color contains mainly: red. Hex color #A3321C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3321C is #5CCDE3. Grayscale: #515151. Windows color (decimal): -6082020 or 1847971. OLE color: 1847971.

HSL color Cylindrical-coordinate representation of color #A3321C: hue angle of 9.78º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A3321C is Cyan = 0, Magento = 0.69, Yellow = 0.83 and Black (K on CMYK) = 0.36.

Color convert

RGB1635028-
CMYK00.690.830.36
HSL9.78º70.68%37.45%-
HSV(B)9.78º82.82%63.92%-
XYZ16.4510.152.19-
YUV81.2897.94186.29-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 67.63%
GREEN value IS 50 (19.92% from 255) = 20.75%
BLUE value IS 28 (11.33% from 255) = 11.62%
R=67.63%
G=20.75%
B=11.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.83
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163502800.690.830.369.7870.6837.45
HexA3321C0455324a4725
Octal24362340105123441210745
Binary101000111100101110001000101101001110010010101000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a3321c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a3321c; }

 p { color: rgb(163,50,28); }

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

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

 a { background-color: rgb(163,50,28); }

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

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

 span { border-color: rgb(163,50,28); }

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