#A73521

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

Shades of Brown #A73521

Tints of Brown #A73521

Color information

#A73521 (or 0xA73521) is unknown color: approx Brown. HEX triplet: A7, 35 and 21. RGB value is (167,53,33). Sum of RGB (Red+Green+Blue) = 167+53+33=253 (33% of max value = 765). Red value is 167 (65.62% from 255 or 66.01% from 253); Green value is 53 (21.09% from 255 or 20.95% from 253); Blue value is 33 (13.28% from 255 or 13.04% from 253); Max value from RGB is 167 - color contains mainly: red. Hex color #A73521 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A73521 is #58CADE. Grayscale: #555555. Windows color (decimal): -5819103 or 2176423. OLE color: 2176423.

HSL color Cylindrical-coordinate representation of color #A73521: hue angle of 8.96º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A73521 is Cyan = 0, Magento = 0.68, Yellow = 0.80 and Black (K on CMYK) = 0.35.

Color convert

RGB1675333-
CMYK00.680.800.35
HSL8.96º67%39.22%-
HSV(B)8.96º80.24%65.49%-
XYZ17.4810.872.62-
YUV84.8198.77186.63-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 66.01%
GREEN value IS 53 (21.09% from 255) = 20.95%
BLUE value IS 33 (13.28% from 255) = 13.04%
R=66.01%
G=20.95%
B=13.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.80
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167533300.680.800.358.966739.22
HexA73521044502394327
Octal24765410104120431110347
Binary1010011111010110000101000100101000010001110011000011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A73521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A73521; }

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

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

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

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

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

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

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

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