#A1331D

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

Shades of Brown #A1331D

Tints of Brown #A1331D

Color information

#A1331D (or 0xA1331D) is unknown color: approx Brown. HEX triplet: A1, 33 and 1D. RGB value is (161,51,29). Sum of RGB (Red+Green+Blue) = 161+51+29=241 (31% of max value = 765). Red value is 161 (63.28% from 255 or 66.80% from 241); Green value is 51 (20.31% from 255 or 21.16% from 241); Blue value is 29 (11.72% from 255 or 12.03% from 241); Max value from RGB is 161 - color contains mainly: red. Hex color #A1331D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1331D is #5ECCE2. Grayscale: #515151. Windows color (decimal): -6212835 or 1913761. OLE color: 1913761.

HSL color Cylindrical-coordinate representation of color #A1331D: hue angle of 10º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A1331D is Cyan = 0, Magento = 0.68, Yellow = 0.82 and Black (K on CMYK) = 0.37.

Color convert

RGB1615129-
CMYK00.680.820.37
HSL10º69.47%37.25%-
HSV(B)10º81.99%63.14%-
XYZ16.110.032.25-
YUV81.3898.44184.79-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 66.80%
GREEN value IS 51 (20.31% from 255) = 21.16%
BLUE value IS 29 (11.72% from 255) = 12.03%
R=66.80%
G=21.16%
B=12.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.82
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161512900.680.820.371069.4737.25
HexA1331D0445225a4525
Octal24163350104122451210545
Binary101000011100111110101000100101001010010110101000101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1331D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1331D; }

 p { color: rgb(161,51,29); }

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

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

 a { background-color: rgb(161,51,29); }

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

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

 span { border-color: rgb(161,51,29); }

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