#A32726

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

Shades of Brown #A32726

Tints of Brown #A32726

Color information

#A32726 (or 0xA32726) is unknown color: approx Brown. HEX triplet: A3, 27 and 26. RGB value is (163,39,38). Sum of RGB (Red+Green+Blue) = 163+39+38=240 (31% of max value = 765). Red value is 163 (64.06% from 255 or 67.92% from 240); Green value is 39 (15.62% from 255 or 16.25% from 240); Blue value is 38 (15.23% from 255 or 15.83% from 240); Max value from RGB is 163 - color contains mainly: red. Hex color #A32726 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32726 is #5CD8D9. Grayscale: #4C4C4C. Windows color (decimal): -6084826 or 2500515. OLE color: 2500515.

HSL color Cylindrical-coordinate representation of color #A32726: hue angle of 0.48º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A32726 is Cyan = 0, Magento = 0.76, Yellow = 0.77 and Black (K on CMYK) = 0.36.

Color convert

RGB1633938-
CMYK00.760.770.36
HSL0.48º62.19%39.41%-
HSV(B)0.48º76.69%63.92%-
XYZ16.189.382.79-
YUV75.96106.58190.08-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 67.92%
GREEN value IS 39 (15.62% from 255) = 16.25%
BLUE value IS 38 (15.23% from 255) = 15.83%
R=67.92%
G=16.25%
B=15.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.77
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163393800.760.770.360.4862.1939.41
HexA3272604C4D2403e27
Octal243474601141154407647
Binary101000111001111001100100110010011011001000111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A32726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A32726; }

 p { color: rgb(163,39,38); }

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

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

 a { background-color: rgb(163,39,38); }

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

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

 span { border-color: rgb(163,39,38); }

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