#A4311C

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

Shades of Brown #A4311C

Tints of Brown #A4311C

Color information

#A4311C (or 0xA4311C) is unknown color: approx Brown. HEX triplet: A4, 31 and 1C. RGB value is (164,49,28). Sum of RGB (Red+Green+Blue) = 164+49+28=241 (31% of max value = 765). Red value is 164 (64.45% from 255 or 68.05% from 241); Green value is 49 (19.53% from 255 or 20.33% from 241); Blue value is 28 (11.33% from 255 or 11.62% from 241); Max value from RGB is 164 - color contains mainly: red. Hex color #A4311C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4311C is #5BCEE3. Grayscale: #515151. Windows color (decimal): -6016740 or 1847716. OLE color: 1847716.

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

Color convert

RGB1644928-
CMYK00.700.830.36
HSL9.26º70.83%37.65%-
HSV(B)9.26º82.93%64.31%-
XYZ16.6210.172.19-
YUV80.9998.1187.21-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 68.05%
GREEN value IS 49 (19.53% from 255) = 20.33%
BLUE value IS 28 (11.33% from 255) = 11.62%
R=68.05%
G=20.33%
B=11.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.83
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164492800.700.830.369.2670.8337.65
HexA4311C046532494726
Octal24461340106123441110746
Binary101001001100011110001000110101001110010010011000111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4311C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4311C; }

 p { color: rgb(164,49,28); }

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

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

 a { background-color: rgb(164,49,28); }

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

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

 span { border-color: rgb(164,49,28); }

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