#A32928

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

Shades of Brown #A32928

Tints of Brown #A32928

Color information

#A32928 (or 0xA32928) is unknown color: approx Brown. HEX triplet: A3, 29 and 28. RGB value is (163,41,40). Sum of RGB (Red+Green+Blue) = 163+41+40=244 (32% of max value = 765). Red value is 163 (64.06% from 255 or 66.80% from 244); Green value is 41 (16.41% from 255 or 16.80% from 244); Blue value is 40 (16.02% from 255 or 16.39% from 244); Max value from RGB is 163 - color contains mainly: red. Hex color #A32928 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32928 is #5CD6D7. Grayscale: #4D4D4D. Windows color (decimal): -6084312 or 2632099. OLE color: 2632099.

HSL color Cylindrical-coordinate representation of color #A32928: hue angle of 0.49º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A32928 is Cyan = 0, Magento = 0.75, Yellow = 0.75 and Black (K on CMYK) = 0.36.

Color convert

RGB1634140-
CMYK00.750.750.36
HSL0.49º60.59%39.8%-
HSV(B)0.49º75.46%63.92%-
XYZ16.289.532.99-
YUV77.36106.92189.08-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 66.80%
GREEN value IS 41 (16.41% from 255) = 16.80%
BLUE value IS 40 (16.02% from 255) = 16.39%
R=66.80%
G=16.80%
B=16.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.75
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163414000.750.750.360.4960.5939.8
HexA3292804B4B2403d28
Octal243515001131134407550
Binary101000111010011010000100101110010111001000111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A32928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A32928; }

 p { color: rgb(163,41,40); }

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

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

 a { background-color: rgb(163,41,40); }

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

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

 span { border-color: rgb(163,41,40); }

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