#A33220

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

Shades of Brown #A33220

Tints of Brown #A33220

Color information

#A33220 (or 0xA33220) is unknown color: approx Brown. HEX triplet: A3, 32 and 20. RGB value is (163,50,32). Sum of RGB (Red+Green+Blue) = 163+50+32=245 (32% of max value = 765). Red value is 163 (64.06% from 255 or 66.53% from 245); Green value is 50 (19.92% from 255 or 20.41% from 245); Blue value is 32 (12.89% from 255 or 13.06% from 245); Max value from RGB is 163 - color contains mainly: red. Hex color #A33220 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A33220 is #5CCDDF. Grayscale: #515151. Windows color (decimal): -6082016 or 2110115. OLE color: 2110115.

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

Color convert

RGB1635032-
CMYK00.690.800.36
HSL8.24º67.18%38.24%-
HSV(B)8.24º80.37%63.92%-
XYZ16.5110.172.46-
YUV81.7399.94185.96-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 66.53%
GREEN value IS 50 (19.92% from 255) = 20.41%
BLUE value IS 32 (12.89% from 255) = 13.06%
R=66.53%
G=20.41%
B=13.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.80
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163503200.690.800.368.2467.1838.24
HexA33220045502484326
Octal24362400105120441010346
Binary1010001111001010000001000101101000010010010001000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33220; }

 p { color: rgb(163,50,32); }

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

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

 a { background-color: rgb(163,50,32); }

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

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

 span { border-color: rgb(163,50,32); }

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