#A3291B

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

Shades of Brown #A3291B

Tints of Brown #A3291B

Color information

#A3291B (or 0xA3291B) is unknown color: approx Brown. HEX triplet: A3, 29 and 1B. RGB value is (163,41,27). Sum of RGB (Red+Green+Blue) = 163+41+27=231 (30% of max value = 765). Red value is 163 (64.06% from 255 or 70.56% from 231); Green value is 41 (16.41% from 255 or 17.75% from 231); Blue value is 27 (10.94% from 255 or 11.69% from 231); Max value from RGB is 163 - color contains mainly: red. Hex color #A3291B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3291B is #5CD6E4. Grayscale: #4C4C4C. Windows color (decimal): -6084325 or 1780131. OLE color: 1780131.

HSL color Cylindrical-coordinate representation of color #A3291B: hue angle of 6.18º degrees, saturation: 0.72, 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 #A3291B is Cyan = 0, Magento = 0.75, Yellow = 0.83 and Black (K on CMYK) = 0.36.

Color convert

RGB1634127-
CMYK00.750.830.36
HSL6.18º71.58%37.25%-
HSV(B)6.18º83.44%63.92%-
XYZ16.19.452.01-
YUV75.88100.42190.14-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 70.56%
GREEN value IS 41 (16.41% from 255) = 17.75%
BLUE value IS 27 (10.94% from 255) = 11.69%
R=70.56%
G=17.75%
B=11.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.83
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163412700.750.830.366.1871.5837.25
HexA3291B04B532464825
Octal2435133011312344611045
Binary10100011101001110110100101110100111001001101001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3291B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3291B; }

 p { color: rgb(163,41,27); }

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

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

 a { background-color: rgb(163,41,27); }

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

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

 span { border-color: rgb(163,41,27); }

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