#A3312B

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

Shades of Brown #A3312B

Tints of Brown #A3312B

Color information

#A3312B (or 0xA3312B) is unknown color: approx Brown. HEX triplet: A3, 31 and 2B. RGB value is (163,49,43). Sum of RGB (Red+Green+Blue) = 163+49+43=255 (33% of max value = 765). Red value is 163 (64.06% from 255 or 63.92% from 255); Green value is 49 (19.53% from 255 or 19.22% from 255); Blue value is 43 (17.19% from 255 or 16.86% from 255); Max value from RGB is 163 - color contains mainly: red. Hex color #A3312B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3312B is #5CCED4. Grayscale: #525252. Windows color (decimal): -6082261 or 2830755. OLE color: 2830755.

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

Color convert

RGB1634943-
CMYK00.700.740.36
HSL58.25%40.39%-
HSV(B)73.62%63.92%-
XYZ16.6410.163.37-
YUV82.4105.77185.49-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 63.92%
GREEN value IS 49 (19.53% from 255) = 19.22%
BLUE value IS 43 (17.19% from 255) = 16.86%
R=63.92%
G=19.22%
B=16.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.74
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163494300.700.740.36358.2540.39
HexA3312B0464A2433a28
Octal243615301061124437250
Binary1010001111000110101101000110100101010010011111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3312B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3312B; }

 p { color: rgb(163,49,43); }

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

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

 a { background-color: rgb(163,49,43); }

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

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

 span { border-color: rgb(163,49,43); }

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