#A13221

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

Shades of Brown #A13221

Tints of Brown #A13221

Color information

#A13221 (or 0xA13221) is unknown color: approx Brown. HEX triplet: A1, 32 and 21. RGB value is (161,50,33). Sum of RGB (Red+Green+Blue) = 161+50+33=244 (32% of max value = 765). Red value is 161 (63.28% from 255 or 65.98% from 244); Green value is 50 (19.92% from 255 or 20.49% from 244); Blue value is 33 (13.28% from 255 or 13.52% from 244); Max value from RGB is 161 - color contains mainly: red. Hex color #A13221 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A13221 is #5ECDDE. Grayscale: #515151. Windows color (decimal): -6213087 or 2175649. OLE color: 2175649.

HSL color Cylindrical-coordinate representation of color #A13221: hue angle of 7.97º degrees, saturation: 0.66, 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 #A13221 is Cyan = 0, Magento = 0.69, Yellow = 0.80 and Black (K on CMYK) = 0.37.

Color convert

RGB1615033-
CMYK00.690.800.37
HSL7.97º65.98%38.04%-
HSV(B)7.97º79.5%63.14%-
XYZ16.119.972.51-
YUV81.25100.77184.88-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 65.98%
GREEN value IS 50 (19.92% from 255) = 20.49%
BLUE value IS 33 (13.28% from 255) = 13.52%
R=65.98%
G=20.49%
B=13.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.80
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161503300.690.800.377.9765.9838.04
HexA13221045502584226
Octal24162410105120451010246
Binary1010000111001010000101000101101000010010110001000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13221; }

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

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

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

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

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

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

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

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