#A3281C

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

Shades of Brown #A3281C

Tints of Brown #A3281C

Color information

#A3281C (or 0xA3281C) is unknown color: approx Brown. HEX triplet: A3, 28 and 1C. RGB value is (163,40,28). Sum of RGB (Red+Green+Blue) = 163+40+28=231 (30% of max value = 765). Red value is 163 (64.06% from 255 or 70.56% from 231); Green value is 40 (16.02% from 255 or 17.32% from 231); Blue value is 28 (11.33% from 255 or 12.12% from 231); Max value from RGB is 163 - color contains mainly: red. Hex color #A3281C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3281C is #5CD7E3. Grayscale: #4B4B4B. Windows color (decimal): -6084580 or 1845411. OLE color: 1845411.

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

Color convert

RGB1634028-
CMYK00.750.830.36
HSL5.33º70.68%37.45%-
HSV(B)5.33º82.82%63.92%-
XYZ16.079.392.06-
YUV75.41101.25190.48-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 70.56%
GREEN value IS 40 (16.02% from 255) = 17.32%
BLUE value IS 28 (11.33% from 255) = 12.12%
R=70.56%
G=17.32%
B=12.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.83
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163402800.750.830.365.3370.6837.45
HexA3281C04B532454725
Octal2435034011312344510745
Binary10100011101000111000100101110100111001001011000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3281C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3281C; }

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

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

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

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

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

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

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

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