#A13222

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

Shades of Brown #A13222

Tints of Brown #A13222

Color information

#A13222 (or 0xA13222) is unknown color: approx Brown. HEX triplet: A1, 32 and 22. RGB value is (161,50,34). Sum of RGB (Red+Green+Blue) = 161+50+34=245 (32% of max value = 765). Red value is 161 (63.28% from 255 or 65.71% from 245); Green value is 50 (19.92% from 255 or 20.41% from 245); Blue value is 34 (13.67% from 255 or 13.88% from 245); Max value from RGB is 161 - color contains mainly: red. Hex color #A13222 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A13222 is #5ECDDD. Grayscale: #515151. Windows color (decimal): -6213086 or 2241185. OLE color: 2241185.

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

Color convert

RGB1615034-
CMYK00.690.790.37
HSL7.56º65.13%38.24%-
HSV(B)7.56º78.88%63.14%-
XYZ16.139.972.59-
YUV81.36101.27184.8-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 65.71%
GREEN value IS 50 (19.92% from 255) = 20.41%
BLUE value IS 34 (13.67% from 255) = 13.88%
R=65.71%
G=20.41%
B=13.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.79
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161503400.690.790.377.5665.1338.24
HexA132220454F2584126
Octal24162420105117451010146
Binary1010000111001010001001000101100111110010110001000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13222; }

 p { color: rgb(161,50,34); }

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

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

 a { background-color: rgb(161,50,34); }

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

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

 span { border-color: rgb(161,50,34); }

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