#A33521

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

Shades of Brown #A33521

Tints of Brown #A33521

Color information

#A33521 (or 0xA33521) is unknown color: approx Brown. HEX triplet: A3, 35 and 21. RGB value is (163,53,33). Sum of RGB (Red+Green+Blue) = 163+53+33=249 (32% of max value = 765). Red value is 163 (64.06% from 255 or 65.46% from 249); Green value is 53 (21.09% from 255 or 21.29% from 249); Blue value is 33 (13.28% from 255 or 13.25% from 249); Max value from RGB is 163 - color contains mainly: red. Hex color #A33521 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A33521 is #5CCADE. Grayscale: #535353. Windows color (decimal): -6081247 or 2176419. OLE color: 2176419.

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

Color convert

RGB1635333-
CMYK00.670.800.36
HSL9.23º66.33%38.43%-
HSV(B)9.23º79.75%63.92%-
XYZ16.6510.442.58-
YUV83.6199.44184.63-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 65.46%
GREEN value IS 53 (21.09% from 255) = 21.29%
BLUE value IS 33 (13.28% from 255) = 13.25%
R=65.46%
G=21.29%
B=13.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.80
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163533300.670.800.369.2366.3338.43
HexA33521043502494226
Octal24365410103120441110246
Binary1010001111010110000101000011101000010010010011000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33521; }

 p { color: rgb(163,53,33); }

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

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

 a { background-color: rgb(163,53,33); }

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

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

 span { border-color: rgb(163,53,33); }

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