#A13120

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

Shades of Brown #A13120

Tints of Brown #A13120

Color information

#A13120 (or 0xA13120) is unknown color: approx Brown. HEX triplet: A1, 31 and 20. RGB value is (161,49,32). Sum of RGB (Red+Green+Blue) = 161+49+32=242 (32% of max value = 765). Red value is 161 (63.28% from 255 or 66.53% from 242); Green value is 49 (19.53% from 255 or 20.25% from 242); Blue value is 32 (12.89% from 255 or 13.22% from 242); Max value from RGB is 161 - color contains mainly: red. Hex color #A13120 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A13120 is #5ECEDF. Grayscale: #505050. Windows color (decimal): -6213344 or 2109857. OLE color: 2109857.

HSL color Cylindrical-coordinate representation of color #A13120: hue angle of 7.91º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A13120 is Cyan = 0, Magento = 0.70, Yellow = 0.80 and Black (K on CMYK) = 0.37.

Color convert

RGB1614932-
CMYK00.700.800.37
HSL7.91º66.84%37.84%-
HSV(B)7.91º80.12%63.14%-
XYZ16.069.882.43-
YUV80.55100.61185.38-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 66.53%
GREEN value IS 49 (19.53% from 255) = 20.25%
BLUE value IS 32 (12.89% from 255) = 13.22%
R=66.53%
G=20.25%
B=13.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.80
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161493200.700.800.377.9166.8437.84
HexA13120046502584326
Octal24161400106120451010346
Binary1010000111000110000001000110101000010010110001000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13120; }

 p { color: rgb(161,49,32); }

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

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

 a { background-color: rgb(161,49,32); }

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

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

 span { border-color: rgb(161,49,32); }

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