#A43320

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

Shades of Brown #A43320

Tints of Brown #A43320

Color information

#A43320 (or 0xA43320) is unknown color: approx Brown. HEX triplet: A4, 33 and 20. RGB value is (164,51,32). Sum of RGB (Red+Green+Blue) = 164+51+32=247 (32% of max value = 765). Red value is 164 (64.45% from 255 or 66.40% from 247); Green value is 51 (20.31% from 255 or 20.65% from 247); Blue value is 32 (12.89% from 255 or 12.96% from 247); Max value from RGB is 164 - color contains mainly: red. Hex color #A43320 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A43320 is #5BCCDF. Grayscale: #525252. Windows color (decimal): -6016224 or 2110372. OLE color: 2110372.

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

Color convert

RGB1645132-
CMYK00.690.800.36
HSL8.64º67.35%38.43%-
HSV(B)8.64º80.49%64.31%-
XYZ16.7510.362.48-
YUV82.6299.44186.04-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 66.40%
GREEN value IS 51 (20.31% from 255) = 20.65%
BLUE value IS 32 (12.89% from 255) = 12.96%
R=66.40%
G=20.65%
B=12.96%

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
Decimal164513200.690.800.368.6467.3538.43
HexA43320045502494326
Octal24463400105120441110346
Binary1010010011001110000001000101101000010010010011000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A43320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A43320; }

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

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

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

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

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

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

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

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