#A7291C

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

Shades of Brown #A7291C

Tints of Brown #A7291C

Color information

#A7291C (or 0xA7291C) is unknown color: approx Brown. HEX triplet: A7, 29 and 1C. RGB value is (167,41,28). Sum of RGB (Red+Green+Blue) = 167+41+28=236 (31% of max value = 765). Red value is 167 (65.62% from 255 or 70.76% from 236); Green value is 41 (16.41% from 255 or 17.37% from 236); Blue value is 28 (11.33% from 255 or 11.86% from 236); Max value from RGB is 167 - color contains mainly: red. Hex color #A7291C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A7291C is #58D6E3. Grayscale: #4D4D4D. Windows color (decimal): -5822180 or 1845671. OLE color: 1845671.

HSL color Cylindrical-coordinate representation of color #A7291C: hue angle of 5.61º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A7291C is Cyan = 0, Magento = 0.75, Yellow = 0.83 and Black (K on CMYK) = 0.35.

Color convert

RGB1674128-
CMYK00.750.830.35
HSL5.61º71.28%38.24%-
HSV(B)5.61º83.23%65.49%-
XYZ16.949.892.11-
YUV77.19100.24192.06-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 70.76%
GREEN value IS 41 (16.41% from 255) = 17.37%
BLUE value IS 28 (11.33% from 255) = 11.86%
R=70.76%
G=17.37%
B=11.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.83
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167412800.750.830.355.6171.2838.24
HexA7291C04B532364726
Octal2475134011312343610746
Binary10100111101001111000100101110100111000111101000111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7291C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7291C; }

 p { color: rgb(167,41,28); }

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

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

 a { background-color: rgb(167,41,28); }

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

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

 span { border-color: rgb(167,41,28); }

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