#A33320

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

Shades of Brown #A33320

Tints of Brown #A33320

Color information

#A33320 (or 0xA33320) is unknown color: approx Brown. HEX triplet: A3, 33 and 20. RGB value is (163,51,32). Sum of RGB (Red+Green+Blue) = 163+51+32=246 (32% of max value = 765). Red value is 163 (64.06% from 255 or 66.26% from 246); Green value is 51 (20.31% from 255 or 20.73% from 246); Blue value is 32 (12.89% from 255 or 13.01% from 246); Max value from RGB is 163 - color contains mainly: red. Hex color #A33320 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A33320 is #5CCCDF. Grayscale: #525252. Windows color (decimal): -6081760 or 2110371. OLE color: 2110371.

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

Color convert

RGB1635132-
CMYK00.690.800.36
HSL8.7º67.18%38.24%-
HSV(B)8.7º80.37%63.92%-
XYZ16.5510.262.47-
YUV82.3299.61185.54-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 66.26%
GREEN value IS 51 (20.31% from 255) = 20.73%
BLUE value IS 32 (12.89% from 255) = 13.01%
R=66.26%
G=20.73%
B=13.01%

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
Decimal163513200.690.800.368.767.1838.24
HexA33320045502494326
Octal24363400105120441110346
Binary1010001111001110000001000101101000010010010011000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33320; }

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

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

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

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

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

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

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

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